home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Common.xcs < prev    next >
Extensible Markup Language  |  2005-11-16  |  148KB  |  5,876 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Common" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains common settings which are potentially shared by other components.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="Passwordstorage">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains a container for passwords.</desc>
  16.             </info>
  17.             <prop oor:name="Password" oor:type="xs:string" oor:localized="false">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Contains a password encoded with the master password.</desc>
  22.                 </info>
  23.             </prop>
  24.         </group>
  25.         <group oor:name="HistoryType">
  26.  
  27.             <info>
  28.  
  29.                 <desc>Contains settings for a history entry in the history list.</desc>
  30.             </info>
  31.             <prop oor:name="URL" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Specifies the document URL.</desc>
  36.                 </info>
  37.             </prop>
  38.             <prop oor:name="Filter" oor:type="xs:string">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>Specifies the filter name that was chosen to load the document.</desc>
  43.                 </info>
  44.             </prop>
  45.             <prop oor:name="Title" oor:type="xs:string">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>Indicates the title of the URL that is displayed on the user-interface.</desc>
  50.                 </info>
  51.             </prop>
  52.             <prop oor:name="Password" oor:type="xs:string">
  53.  
  54.                 <info>
  55.  
  56.                     <desc>Contains an encoded password used to open the document.</desc>
  57.                 </info>
  58.             </prop>
  59.         </group>
  60.         <group oor:name="MenuType">
  61.  
  62.             <info>
  63.  
  64.                 <desc>Describes a menu entry for configurable office menus (e.g. file new).</desc>
  65.             </info>
  66.             <prop oor:name="URL" oor:type="xs:string">
  67.  
  68.                 <info>
  69.  
  70.                     <desc>Specifies the URL for dispatch.</desc>
  71.                 </info>
  72.             </prop>
  73.             <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
  74.  
  75.                 <info>
  76.  
  77.                     <desc>Specifies the label of a menu entry.</desc>
  78.                 </info>
  79.             </prop>
  80.             <prop oor:name="ImageIdentifier" oor:type="xs:string">
  81.  
  82.                 <info>
  83.  
  84.                     <desc>Specifies the identifier of an assigned icon.</desc>
  85.                 </info>
  86.             </prop>
  87.             <prop oor:name="TargetName" oor:type="xs:string">
  88.  
  89.                 <info>
  90.  
  91.                     <desc>Specifies the dispatch target (for example, _blank to open URL in new frame).</desc>
  92.                 </info>
  93.             </prop>
  94.         </group>
  95.         <group oor:name="DialogSize">
  96.  
  97.             <info>
  98.  
  99.                 <desc>Contains the width and height of the dialog size.</desc>
  100.             </info>
  101.             <prop oor:name="Height" oor:type="xs:int">
  102.  
  103.                 <info>
  104.  
  105.                     <desc>Contains the height of the dialog [UNIT=pixel].</desc>
  106.                 </info>
  107.             </prop>
  108.             <prop oor:name="Width" oor:type="xs:int">
  109.  
  110.                 <info>
  111.  
  112.                     <desc>Contains the width of the dialog [UNIT=pixel].</desc>
  113.                 </info>
  114.             </prop>
  115.         </group>
  116.         <group oor:name="Font">
  117.  
  118.             <info>
  119.  
  120.                 <desc>Describes the characteristics of a font.</desc>
  121.             </info>
  122.             <prop oor:name="Name" oor:type="xs:string">
  123.  
  124.                 <info>
  125.  
  126.                     <desc>Specifies the exact name of the font ("Arial","Courier", "Frutiger").</desc>
  127.                 </info>
  128.             </prop>
  129.             <prop oor:name="Height" oor:type="xs:short">
  130.  
  131.                 <info>
  132.  
  133.                     <desc>Specifies the height of the font in the measure of the destination.</desc>
  134.                 </info>
  135.             </prop>
  136.             <prop oor:name="Width" oor:type="xs:short">
  137.  
  138.                 <info>
  139.  
  140.                     <desc>Specifies the width of the font in the measure of the destination.</desc>
  141.                 </info>
  142.             </prop>
  143.             <prop oor:name="StyleName" oor:type="xs:string">
  144.  
  145.                 <info>
  146.  
  147.                     <desc>Specifies the style name of the font ("Bold", "Italic", "Italic Bold").</desc>
  148.                 </info>
  149.             </prop>
  150.             <prop oor:name="Family" oor:type="xs:short">
  151.  
  152.                 <info>
  153.  
  154.                     <desc>Specifies the general style of the font.</desc>
  155.                 </info>
  156.                 <constraints>
  157.  
  158.                     <enumeration oor:value="0">
  159.  
  160.                         <info>
  161.  
  162.                             <desc>DONTKNOW</desc>
  163.                         </info>
  164.                     </enumeration>
  165.                     <enumeration oor:value="1">
  166.  
  167.                         <info>
  168.  
  169.                             <desc>DECORATIVE</desc>
  170.                         </info>
  171.                     </enumeration>
  172.                     <enumeration oor:value="2">
  173.  
  174.                         <info>
  175.  
  176.                             <desc>MODERN</desc>
  177.                         </info>
  178.                     </enumeration>
  179.                     <enumeration oor:value="3">
  180.  
  181.                         <info>
  182.  
  183.                             <desc>ROMAN</desc>
  184.                         </info>
  185.                     </enumeration>
  186.                     <enumeration oor:value="4">
  187.  
  188.                         <info>
  189.  
  190.                             <desc>SCRIPT</desc>
  191.                         </info>
  192.                     </enumeration>
  193.                     <enumeration oor:value="5">
  194.  
  195.                         <info>
  196.  
  197.                             <desc>SWISS</desc>
  198.                         </info>
  199.                     </enumeration>
  200.                     <enumeration oor:value="6">
  201.  
  202.                         <info>
  203.  
  204.                             <desc>SYSTEM</desc>
  205.                         </info>
  206.                     </enumeration>
  207.                     <enumeration oor:value="7">
  208.  
  209.                         <info>
  210.  
  211.                             <desc>DONTKNOW</desc>
  212.                         </info>
  213.                     </enumeration>
  214.                 </constraints>
  215.             </prop>
  216.             <prop oor:name="CharSet" oor:type="xs:short">
  217.  
  218.                 <info>
  219.  
  220.                     <desc>Specifies the character set which is supported by the font.</desc>
  221.                 </info>
  222.                 <constraints>
  223.  
  224.                     <enumeration oor:value="0">
  225.  
  226.                         <info>
  227.  
  228.                             <desc>DONTKNOW</desc>
  229.                         </info>
  230.                     </enumeration>
  231.                     <enumeration oor:value="1">
  232.  
  233.                         <info>
  234.  
  235.                             <desc>ANSI</desc>
  236.                         </info>
  237.                     </enumeration>
  238.                     <enumeration oor:value="2">
  239.  
  240.                         <info>
  241.  
  242.                             <desc>MAC</desc>
  243.                         </info>
  244.                     </enumeration>
  245.                     <enumeration oor:value="3">
  246.  
  247.                         <info>
  248.  
  249.                             <desc>IBMPC_437</desc>
  250.                         </info>
  251.                     </enumeration>
  252.                     <enumeration oor:value="4">
  253.  
  254.                         <info>
  255.  
  256.                             <desc>IBMPC_850</desc>
  257.                         </info>
  258.                     </enumeration>
  259.                     <enumeration oor:value="5">
  260.  
  261.                         <info>
  262.  
  263.                             <desc>IBMPC_860</desc>
  264.                         </info>
  265.                     </enumeration>
  266.                     <enumeration oor:value="6">
  267.  
  268.                         <info>
  269.  
  270.                             <desc>IBMPC_861</desc>
  271.                         </info>
  272.                     </enumeration>
  273.                     <enumeration oor:value="7">
  274.  
  275.                         <info>
  276.  
  277.                             <desc>IBMPC_863</desc>
  278.                         </info>
  279.                     </enumeration>
  280.                     <enumeration oor:value="8">
  281.  
  282.                         <info>
  283.  
  284.                             <desc>IBMPC_865</desc>
  285.                         </info>
  286.                     </enumeration>
  287.                     <enumeration oor:value="9">
  288.  
  289.                         <info>
  290.  
  291.                             <desc>SYSTEM</desc>
  292.                         </info>
  293.                     </enumeration>
  294.                     <enumeration oor:value="10">
  295.  
  296.                         <info>
  297.  
  298.                             <desc>SYMBOL</desc>
  299.                         </info>
  300.                     </enumeration>
  301.                 </constraints>
  302.             </prop>
  303.             <prop oor:name="Pitch" oor:type="xs:short">
  304.  
  305.                 <info>
  306.  
  307.                     <desc>Specifies the pitch of the font.</desc>
  308.                 </info>
  309.                 <constraints>
  310.  
  311.                     <enumeration oor:value="0">
  312.  
  313.                         <info>
  314.  
  315.                             <desc>DONTKNOW</desc>
  316.                         </info>
  317.                     </enumeration>
  318.                     <enumeration oor:value="1">
  319.  
  320.                         <info>
  321.  
  322.                             <desc>FIXED</desc>
  323.                         </info>
  324.                     </enumeration>
  325.                     <enumeration oor:value="2">
  326.  
  327.                         <info>
  328.  
  329.                             <desc>VARIABLE</desc>
  330.                         </info>
  331.                     </enumeration>
  332.                 </constraints>
  333.             </prop>
  334.             <prop oor:name="CharacterWidth" oor:type="xs:double">
  335.  
  336.                 <info>
  337.  
  338.                     <desc>Specifies the character width. Depending on the specified width, a font that supports this width may be selected. [UNIT=%].</desc>
  339.                 </info>
  340.             </prop>
  341.             <prop oor:name="Weight" oor:type="xs:double">
  342.  
  343.                 <info>
  344.  
  345.                     <desc>Specifies the thickness of the line.</desc>
  346.                 </info>
  347.             </prop>
  348.             <prop oor:name="Slant" oor:type="xs:short">
  349.  
  350.                 <info>
  351.  
  352.                     <desc>Specifies if there is a character slant (italic).</desc>
  353.                 </info>
  354.                 <constraints>
  355.  
  356.                     <enumeration oor:value="0">
  357.  
  358.                         <info>
  359.  
  360.                             <desc>NONE</desc>
  361.                         </info>
  362.                     </enumeration>
  363.                     <enumeration oor:value="1">
  364.  
  365.                         <info>
  366.  
  367.                             <desc>OBLIQUE</desc>
  368.                         </info>
  369.                     </enumeration>
  370.                     <enumeration oor:value="2">
  371.  
  372.                         <info>
  373.  
  374.                             <desc> ITALIC</desc>
  375.                         </info>
  376.                     </enumeration>
  377.                     <enumeration oor:value="3">
  378.  
  379.                         <info>
  380.  
  381.                             <desc>DONTKNOW</desc>
  382.                         </info>
  383.                     </enumeration>
  384.                     <enumeration oor:value="4">
  385.  
  386.                         <info>
  387.  
  388.                             <desc>REVERSE_OBLIQUE</desc>
  389.                         </info>
  390.                     </enumeration>
  391.                     <enumeration oor:value="5">
  392.  
  393.                         <info>
  394.  
  395.                             <desc>REVERSE_ITALIC</desc>
  396.                         </info>
  397.                     </enumeration>
  398.                 </constraints>
  399.             </prop>
  400.             <prop oor:name="UnderLine" oor:type="xs:short">
  401.  
  402.                 <info>
  403.  
  404.                     <desc>Specifies the type of underline.</desc>
  405.                 </info>
  406.                 <constraints>
  407.  
  408.                     <enumeration oor:value="0">
  409.  
  410.                         <info>
  411.  
  412.                             <desc>NONE</desc>
  413.                         </info>
  414.                     </enumeration>
  415.                     <enumeration oor:value="1">
  416.  
  417.                         <info>
  418.  
  419.                             <desc>SINGLE</desc>
  420.                         </info>
  421.                     </enumeration>
  422.                     <enumeration oor:value="2">
  423.  
  424.                         <info>
  425.  
  426.                             <desc>DOUBLE</desc>
  427.                         </info>
  428.                     </enumeration>
  429.                     <enumeration oor:value="3">
  430.  
  431.                         <info>
  432.  
  433.                             <desc>DOTTED</desc>
  434.                         </info>
  435.                     </enumeration>
  436.                     <enumeration oor:value="4">
  437.  
  438.                         <info>
  439.  
  440.                             <desc>DONTKNOW</desc>
  441.                         </info>
  442.                     </enumeration>
  443.                     <enumeration oor:value="5">
  444.  
  445.                         <info>
  446.  
  447.                             <desc>DASH</desc>
  448.                         </info>
  449.                     </enumeration>
  450.                     <enumeration oor:value="6">
  451.  
  452.                         <info>
  453.  
  454.                             <desc>LONGDASH</desc>
  455.                         </info>
  456.                     </enumeration>
  457.                     <enumeration oor:value="7">
  458.  
  459.                         <info>
  460.  
  461.                             <desc>DASHDOT</desc>
  462.                         </info>
  463.                     </enumeration>
  464.                     <enumeration oor:value="8">
  465.  
  466.                         <info>
  467.  
  468.                             <desc>DASHDOTDOT</desc>
  469.                         </info>
  470.                     </enumeration>
  471.                     <enumeration oor:value="9">
  472.  
  473.                         <info>
  474.  
  475.                             <desc>SMALLWAVE</desc>
  476.                         </info>
  477.                     </enumeration>
  478.                     <enumeration oor:value="10">
  479.  
  480.                         <info>
  481.  
  482.                             <desc>WAVE</desc>
  483.                         </info>
  484.                     </enumeration>
  485.                     <enumeration oor:value="11">
  486.  
  487.                         <info>
  488.  
  489.                             <desc>DOUBLEWAVE</desc>
  490.                         </info>
  491.                     </enumeration>
  492.                     <enumeration oor:value="12">
  493.  
  494.                         <info>
  495.  
  496.                             <desc>BOLD</desc>
  497.                         </info>
  498.                     </enumeration>
  499.                     <enumeration oor:value="13">
  500.  
  501.                         <info>
  502.  
  503.                             <desc>BOLDDOTTED</desc>
  504.                         </info>
  505.                     </enumeration>
  506.                     <enumeration oor:value="14">
  507.  
  508.                         <info>
  509.  
  510.                             <desc>BOLDDASH</desc>
  511.                         </info>
  512.                     </enumeration>
  513.                     <enumeration oor:value="15">
  514.  
  515.                         <info>
  516.  
  517.                             <desc>BOLDLONGDASH</desc>
  518.                         </info>
  519.                     </enumeration>
  520.                     <enumeration oor:value="16">
  521.  
  522.                         <info>
  523.  
  524.                             <desc>BOLDDASHDOT</desc>
  525.                         </info>
  526.                     </enumeration>
  527.                     <enumeration oor:value="17">
  528.  
  529.                         <info>
  530.  
  531.                             <desc>BOLDDASHDOTDOT</desc>
  532.                         </info>
  533.                     </enumeration>
  534.                     <enumeration oor:value="18">
  535.  
  536.                         <info>
  537.  
  538.                             <desc>BOLDWAVE</desc>
  539.                         </info>
  540.                     </enumeration>
  541.                 </constraints>
  542.             </prop>
  543.             <prop oor:name="Strikeout" oor:type="xs:short">
  544.  
  545.                 <info>
  546.  
  547.                     <desc>Specifies the type of strikeout.</desc>
  548.                 </info>
  549.                 <constraints>
  550.  
  551.                     <enumeration oor:value="0">
  552.  
  553.                         <info>
  554.  
  555.                             <desc>NONE</desc>
  556.                         </info>
  557.                     </enumeration>
  558.                     <enumeration oor:value="1">
  559.  
  560.                         <info>
  561.  
  562.                             <desc>SINGLE</desc>
  563.                         </info>
  564.                     </enumeration>
  565.                     <enumeration oor:value="2">
  566.  
  567.                         <info>
  568.  
  569.                             <desc>DOUBLE</desc>
  570.                         </info>
  571.                     </enumeration>
  572.                     <enumeration oor:value="3">
  573.  
  574.                         <info>
  575.  
  576.                             <desc>DONTKNOW</desc>
  577.                         </info>
  578.                     </enumeration>
  579.                     <enumeration oor:value="4">
  580.  
  581.                         <info>
  582.  
  583.                             <desc>BOLD</desc>
  584.                         </info>
  585.                     </enumeration>
  586.                     <enumeration oor:value="5">
  587.  
  588.                         <info>
  589.  
  590.                             <desc>SLASH</desc>
  591.                         </info>
  592.                     </enumeration>
  593.                     <enumeration oor:value="6">
  594.  
  595.                         <info>
  596.  
  597.                             <desc>X</desc>
  598.                         </info>
  599.                     </enumeration>
  600.                 </constraints>
  601.             </prop>
  602.             <prop oor:name="Orientation" oor:type="xs:double">
  603.  
  604.                 <info>
  605.  
  606.                     <desc>Specifies the rotation of the font. [UNIT=degree].</desc>
  607.                 </info>
  608.             </prop>
  609.             <prop oor:name="Kerning" oor:type="xs:boolean">
  610.  
  611.                 <info>
  612.  
  613.                     <desc>Specifies if a kerning table is available (for requesting). For selecting, specifies if the kerning table is to be used.</desc>
  614.                 </info>
  615.             </prop>
  616.             <prop oor:name="WordLineMode" oor:type="xs:boolean">
  617.  
  618.                 <info>
  619.  
  620.                     <desc>Specifies if only words get underlined.</desc>
  621.                 </info>
  622.             </prop>
  623.             <prop oor:name="Type" oor:type="xs:short">
  624.  
  625.                 <info>
  626.  
  627.                     <desc>Specifies the technology of the font representation.</desc>
  628.                 </info>
  629.                 <constraints>
  630.  
  631.                     <enumeration oor:value="0">
  632.  
  633.                         <info>
  634.  
  635.                             <desc>DONTKNOW</desc>
  636.                         </info>
  637.                     </enumeration>
  638.                     <enumeration oor:value="1">
  639.  
  640.                         <info>
  641.  
  642.                             <desc>RASTER</desc>
  643.                         </info>
  644.                     </enumeration>
  645.                     <enumeration oor:value="2">
  646.  
  647.                         <info>
  648.  
  649.                             <desc>DEVICE</desc>
  650.                         </info>
  651.                     </enumeration>
  652.                     <enumeration oor:value="3">
  653.  
  654.                         <info>
  655.  
  656.                             <desc>SCALABLE</desc>
  657.                         </info>
  658.                     </enumeration>
  659.                 </constraints>
  660.             </prop>
  661.         </group>
  662.         <group oor:name="FontReplacement">
  663.  
  664.             <info>
  665.  
  666.                 <desc>Contains settings for the font replacement.</desc>
  667.             </info>
  668.             <prop oor:name="ReplaceFont" oor:type="xs:string">
  669.  
  670.                 <info>
  671.  
  672.                     <desc>Contains the name of font that is to be replaced.</desc>
  673.                 </info>
  674.             </prop>
  675.             <prop oor:name="SubstituteFont" oor:type="xs:string">
  676.  
  677.                 <info>
  678.  
  679.                     <desc>Contains the name of the replacing font.</desc>
  680.                 </info>
  681.             </prop>
  682.             <prop oor:name="OnScreenOnly" oor:type="xs:boolean">
  683.  
  684.                 <info>
  685.  
  686.                     <desc>Determines if the font pair replacement is applied on the screen.</desc>
  687.                 </info>
  688.                 <value>false</value>
  689.             </prop>
  690.             <prop oor:name="Always" oor:type="xs:boolean">
  691.  
  692.                 <info>
  693.  
  694.                     <desc>Determines if the font pair replacement is applied on the printer.</desc>
  695.                 </info>
  696.                 <value>false</value>
  697.             </prop>
  698.         </group>
  699.         <group oor:name="GraphicSize">
  700.  
  701.             <info>
  702.  
  703.                 <deprecated/>
  704.             </info>
  705.             <prop oor:name="Width" oor:type="xs:int">
  706.  
  707.                 <info>
  708.  
  709.                     <desc>Specifies the width of graphic. [UNIT=1/100 mm].</desc>
  710.                 </info>
  711.                 <constraints>
  712.  
  713.                     <minInclusive oor:value="100">
  714.  
  715.                         <info>
  716.  
  717.                             <desc>Represents the highest value that can be entered in the dialog.</desc>
  718.                         </info>
  719.                     </minInclusive>
  720.                     <maxInclusive oor:value="99999">
  721.  
  722.                         <info>
  723.  
  724.                             <desc>Represents the lowest value that can be entered in the dialog.</desc>
  725.                         </info>
  726.                     </maxInclusive>
  727.                 </constraints>
  728.                 <value>10000</value>
  729.             </prop>
  730.             <prop oor:name="Height" oor:type="xs:int">
  731.  
  732.                 <info>
  733.  
  734.                     <desc>Specifies the height of graphic. [UNIT=1/100 mm].</desc>
  735.                 </info>
  736.                 <constraints>
  737.  
  738.                     <minInclusive oor:value="100">
  739.  
  740.                         <info>
  741.  
  742.                             <desc>Represents the lowest value that can be entered in the dialog.</desc>
  743.                         </info>
  744.                     </minInclusive>
  745.                     <maxInclusive oor:value="99999">
  746.  
  747.                         <info>
  748.  
  749.                             <desc>Represents the highest value that can be entered in the dialog.</desc>
  750.                         </info>
  751.                     </maxInclusive>
  752.                 </constraints>
  753.                 <value>10000</value>
  754.             </prop>
  755.         </group>
  756.         <group oor:name="LogicalGraphicSize">
  757.  
  758.             <info>
  759.  
  760.                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  761.             </info>
  762.             <prop oor:name="LogicalWidth" oor:type="xs:int">
  763.  
  764.                 <info>
  765.  
  766.                     <desc>Specifies the logical width of a graphic. [UNIT=1/100 mm].</desc>
  767.                 </info>
  768.                 <constraints>
  769.  
  770.                     <minInclusive oor:value="100">
  771.  
  772.                         <info>
  773.  
  774.                             <desc>Represents the lowest value that can be entered in the dialog.</desc>
  775.                         </info>
  776.                     </minInclusive>
  777.                     <maxInclusive oor:value="99999">
  778.  
  779.                         <info>
  780.  
  781.                             <desc>Represents the highest value that can be entered in the dialog.</desc>
  782.                         </info>
  783.                     </maxInclusive>
  784.                 </constraints>
  785.                 <value>10000</value>
  786.             </prop>
  787.             <prop oor:name="LogicalHeight" oor:type="xs:int">
  788.  
  789.                 <info>
  790.  
  791.                     <desc>Specifies the logical height of graphic. [UNIT=1/100 mm].</desc>
  792.                 </info>
  793.                 <constraints>
  794.  
  795.                     <minInclusive oor:value="100">
  796.  
  797.                         <info>
  798.  
  799.                             <desc>Represents the lowest value that can be entered in the dialog.</desc>
  800.                         </info>
  801.                     </minInclusive>
  802.                     <maxInclusive oor:value="99999">
  803.  
  804.                         <info>
  805.  
  806.                             <desc>Represents the highest value that can be entered in the dialog.</desc>
  807.                         </info>
  808.                     </maxInclusive>
  809.                 </constraints>
  810.                 <value>10000</value>
  811.             </prop>
  812.         </group>
  813.         <group oor:name="ObjectNames">
  814.  
  815.             <info>
  816.  
  817.                 <deprecated/>
  818.             </info>
  819.             <prop oor:name="Name" oor:type="xs:string" oor:localized="true">
  820.  
  821.                 <info>
  822.  
  823.                     <deprecated/>
  824.                 </info>
  825.             </prop>
  826.             <prop oor:name="Key" oor:type="xs:string">
  827.  
  828.                 <info>
  829.  
  830.                     <deprecated/>
  831.                 </info>
  832.             </prop>
  833.         </group>
  834.         <group oor:name="RecoveryEntry">
  835.  
  836.             <info>
  837.  
  838.                 <desc>Specifies an entry of the recovery list which is then used by CrashGuard to save information about the last opened files.</desc>
  839.             </info>
  840.             <prop oor:name="URL" oor:type="xs:string">
  841.  
  842.                 <info>
  843.  
  844.                     <desc>Specifies an URL that should be recovered after the next Office start.</desc>
  845.                 </info>
  846.             </prop>
  847.             <prop oor:name="Filter" oor:type="xs:string">
  848.  
  849.                 <info>
  850.  
  851.                     <desc>Specifies a filter that should be used to open the document referenced by the URL property.</desc>
  852.                 </info>
  853.             </prop>
  854.             <prop oor:name="TempName" oor:type="xs:string">
  855.  
  856.                 <info>
  857.  
  858.                     <desc>Contains the name of the temporary file which represents the document.</desc>
  859.                 </info>
  860.             </prop>
  861.         </group>
  862.         <group oor:name="StartEndCharacters">
  863.  
  864.             <info>
  865.  
  866.                 <desc>Contains the characters (so called forbidden characters) that are not allowed at the beginning or end of a line.</desc>
  867.             </info>
  868.             <prop oor:name="StartCharacters" oor:type="xs:string">
  869.  
  870.                 <info>
  871.  
  872.                     <desc>Contains the characters that are not allowed at the beginning of a line.</desc>
  873.                 </info>
  874.             </prop>
  875.             <prop oor:name="EndCharacters" oor:type="xs:string">
  876.  
  877.                 <info>
  878.  
  879.                     <desc>Contains the characters that are not allowed at the end of a line.</desc>
  880.                 </info>
  881.             </prop>
  882.         </group>
  883.         <group oor:name="NameCounter">
  884.  
  885.             <info>
  886.  
  887.                 <desc>Stores an association between a numeric value and a name.</desc>
  888.             </info>
  889.             <prop oor:name="Name" oor:type="xs:string">
  890.  
  891.                 <info>
  892.  
  893.                     <desc>Specifies a name that is associated with a counter.</desc>
  894.                 </info>
  895.             </prop>
  896.             <prop oor:name="Counter" oor:type="xs:int">
  897.  
  898.                 <info>
  899.  
  900.                     <desc>Specifies a number that is associated with a name.</desc>
  901.                 </info>
  902.             </prop>
  903.         </group>
  904.         <group oor:name="MailCommandLineProfile">
  905.  
  906.             <info>
  907.  
  908.                 <deprecated/>
  909.             </info>
  910.             <group oor:name="FormatStrings">
  911.  
  912.                 <info>
  913.  
  914.                     <desc>Contains the different string tokens for "to" and "cc" etc. Addresses will be concatenated to create the command line.</desc>
  915.                 </info>
  916.                 <prop oor:name="base" oor:type="xs:string">
  917.  
  918.                     <info>
  919.  
  920.                         <desc>Contains the fixed text (optional) preceding the mail arguments.</desc>
  921.                     </info>
  922.                 </prop>
  923.                 <prop oor:name="from" oor:type="xs:string">
  924.  
  925.                     <info>
  926.  
  927.                         <desc>Contains the string token describing the "from" address field.</desc>
  928.                     </info>
  929.                 </prop>
  930.                 <prop oor:name="to" oor:type="xs:string">
  931.  
  932.                     <info>
  933.  
  934.                         <desc>Contains the string token describing the "to" address field.</desc>
  935.                     </info>
  936.                 </prop>
  937.                 <prop oor:name="cc" oor:type="xs:string">
  938.  
  939.                     <info>
  940.  
  941.                         <desc>Contains the string token describing the "cc" address field.</desc>
  942.                     </info>
  943.                 </prop>
  944.                 <prop oor:name="bcc" oor:type="xs:string">
  945.  
  946.                     <info>
  947.  
  948.                         <desc>Contains the string token describing the "bcc" address field.</desc>
  949.                     </info>
  950.                 </prop>
  951.                 <prop oor:name="subject" oor:type="xs:string">
  952.  
  953.                     <info>
  954.  
  955.                         <desc>Contains the string token describing the subject.</desc>
  956.                     </info>
  957.                 </prop>
  958.                 <prop oor:name="attachment" oor:type="xs:string">
  959.  
  960.                     <info>
  961.  
  962.                         <desc>Contains the string token describing the attachments of the message.</desc>
  963.                     </info>
  964.                 </prop>
  965.                 <prop oor:name="body" oor:type="xs:string">
  966.  
  967.                     <info>
  968.  
  969.                         <desc>Contains the string token describing the body of the message.</desc>
  970.                     </info>
  971.                 </prop>
  972.             </group>
  973.             <group oor:name="EnumDelimiters">
  974.  
  975.                 <info>
  976.  
  977.                     <desc>Contains the delimiters used to separate values for various command line parameters of the external mailer.</desc>
  978.                 </info>
  979.                 <prop oor:name="base" oor:type="xs:string">
  980.  
  981.                     <info>
  982.  
  983.                         <desc>Contains the delimiter used between the external mailer name and the "to" field.</desc>
  984.                     </info>
  985.                 </prop>
  986.                 <prop oor:name="cc" oor:type="xs:string">
  987.  
  988.                     <info>
  989.  
  990.                         <desc>Contains the delimiters between different cc addressees.</desc>
  991.                     </info>
  992.                 </prop>
  993.                 <prop oor:name="bcc" oor:type="xs:string">
  994.  
  995.                     <info>
  996.  
  997.                         <desc>Contains the delimiters between different bcc addressees.</desc>
  998.                     </info>
  999.                 </prop>
  1000.                 <prop oor:name="attachment" oor:type="xs:string">
  1001.  
  1002.                     <info>
  1003.  
  1004.                         <desc>Contains the delimiters between different attachments.</desc>
  1005.                     </info>
  1006.                 </prop>
  1007.             </group>
  1008.         </group>
  1009.         <group oor:name="JobDescription">
  1010.  
  1011.             <info>
  1012.  
  1013.                 <deprecated/>
  1014.             </info>
  1015.             <prop oor:name="ServiceName" oor:type="xs:string">
  1016.  
  1017.                 <info>
  1018.  
  1019.                     <desc>Use cfg package Jobs instead of this.</desc>
  1020.                 </info>
  1021.             </prop>
  1022.             <prop oor:name="UserInteraction" oor:type="xs:boolean">
  1023.  
  1024.                 <info>
  1025.  
  1026.                     <desc>Use cfg package Jobs instead of this.</desc>
  1027.                 </info>
  1028.             </prop>
  1029.             <prop oor:name="AllowAsync" oor:type="xs:boolean">
  1030.  
  1031.                 <info>
  1032.  
  1033.                     <desc>Use cfg package Jobs instead of this.</desc>
  1034.                 </info>
  1035.             </prop>
  1036.             <group oor:name="ExecutionArguments" oor:extensible="true">
  1037.  
  1038.                 <info>
  1039.  
  1040.                     <desc>Use cfg package Jobs instead of this.</desc>
  1041.                 </info>
  1042.             </group>
  1043.         </group>
  1044.         <group oor:name="TrustedAuthor">
  1045.  
  1046.             <info>
  1047.  
  1048.                 <desc>All Certificate informations needed to handle and identify the signature.</desc>
  1049.             </info>
  1050.             <prop oor:name="SubjectName" oor:type="xs:string">
  1051.  
  1052.                 <info>
  1053.  
  1054.                     <desc>Subject name of Certificate.</desc>
  1055.                 </info>
  1056.             </prop>
  1057.             <prop oor:name="SerialNumber" oor:type="xs:string">
  1058.  
  1059.                 <info>
  1060.  
  1061.                     <desc>Serial Number of Certificate.</desc>
  1062.                 </info>
  1063.             </prop>
  1064.             <prop oor:name="RawData" oor:type="xs:string">
  1065.  
  1066.                 <info>
  1067.  
  1068.                     <desc>Raw of Certificate.</desc>
  1069.                 </info>
  1070.             </prop>
  1071.         </group>
  1072.         <group oor:name="ApplicationControlLayout">
  1073.  
  1074.             <info>
  1075.  
  1076.                 <desc>specifies, on a per-application-type basis, certain defaults for layouting form controls</desc>
  1077.             </info>
  1078.             <prop oor:name="VisualEffect" oor:type="xs:string" oor:nillable="true">
  1079.  
  1080.                 <info>
  1081.  
  1082.                     <desc>specifies the default visual effect for form controls</desc>
  1083.                 </info>
  1084.                 <constraints>
  1085.  
  1086.                     <enumeration oor:value="none">
  1087.  
  1088.                         <info>
  1089.  
  1090.                             <desc>specifies no special visual effect</desc>
  1091.                         </info>
  1092.                     </enumeration>
  1093.                     <enumeration oor:value="flat">
  1094.  
  1095.                         <info>
  1096.  
  1097.                             <desc>specifies a flat appearance</desc>
  1098.                         </info>
  1099.                     </enumeration>
  1100.                     <enumeration oor:value="3D">
  1101.  
  1102.                         <info>
  1103.  
  1104.                             <desc>specifies a 3D appearance</desc>
  1105.                         </info>
  1106.                     </enumeration>
  1107.                 </constraints>
  1108.             </prop>
  1109.             <prop oor:name="DynamicBorderColors" oor:type="xs:boolean">
  1110.  
  1111.                 <info>
  1112.  
  1113.                     <desc>specifies whether the controls should use dynamic border coloring, if possible.
  1114. Dymamic border coloring means that when the mouse is hovered over a control, and when a control receives the focus, this is indicated with special border colors.</desc>
  1115.                 </info>
  1116.                 <value>false</value>
  1117.             </prop>
  1118.         </group>
  1119.     </templates>
  1120.     <component>
  1121.  
  1122.         <group oor:name="InternalMSExport">
  1123.  
  1124.             <info>
  1125.  
  1126.                 <desc>Contains internal MSExport settings that are common for all apps.</desc>
  1127.             </info>
  1128.             <prop oor:name="UseOldExport" oor:type="xs:boolean">
  1129.  
  1130.                 <info>
  1131.  
  1132.                     <desc>Specifies if an old ( 5.0 format )way instead of a new one ( 6.0 OLE embedded document ) should be used for export of inplace objects in case MS-filters are not used for them.</desc>
  1133.                 </info>
  1134.                 <value>false</value>
  1135.             </prop>
  1136.         </group>
  1137.         <group oor:name="Passwords">
  1138.  
  1139.             <info>
  1140.  
  1141.                 <desc>Contains a description of the persistent password container.</desc>
  1142.             </info>
  1143.             <prop oor:name="UseStorage" oor:type="xs:boolean">
  1144.  
  1145.                 <info>
  1146.  
  1147.                     <desc>Specifies if passwords can be stored persistently.</desc>
  1148.                 </info>
  1149.                 <value>true</value>
  1150.             </prop>
  1151.             <prop oor:name="HasMaster" oor:type="xs:boolean">
  1152.  
  1153.                 <info>
  1154.  
  1155.                     <desc>Specifies if there is a valid master password.</desc>
  1156.                 </info>
  1157.                 <value>false</value>
  1158.             </prop>
  1159.             <prop oor:name="Master" oor:type="xs:string">
  1160.  
  1161.                 <info>
  1162.  
  1163.                     <desc>Contains the master password encrypted by itself.</desc>
  1164.                 </info>
  1165.                 <value/>
  1166.             </prop>
  1167.             <set oor:name="Store" oor:node-type="Passwordstorage">
  1168.  
  1169.                 <info>
  1170.  
  1171.                     <desc>Contains a list of passwords encoded with the master password.</desc>
  1172.                 </info>
  1173.             </set>
  1174.         </group>
  1175.         <group oor:name="_3D_Engine">
  1176.  
  1177.             <info>
  1178.  
  1179.                 <desc>Specifies settings for the 3D engine.</desc>
  1180.             </info>
  1181.             <prop oor:name="Dithering" oor:type="xs:boolean">
  1182.  
  1183.                 <info>
  1184.  
  1185.                     <desc>Specifies if dithering is used to display more colors with few colors available.</desc>
  1186.                     <label>Use Dithering</label>
  1187.                 </info>
  1188.                 <value>true</value>
  1189.             </prop>
  1190.             <prop oor:name="OpenGL" oor:type="xs:boolean">
  1191.  
  1192.                 <info>
  1193.  
  1194.                     <desc>Specifies if 3D graphics from Draw and Impress will be displayed on the user's system using an OpenGL capable hardware. If the system does not have an OpenGL capable hardware, this setting will be ignored. The 3D display is always done per software.</desc>
  1195.                     <label>Use OpenGL</label>
  1196.                 </info>
  1197.                 <value>false</value>
  1198.             </prop>
  1199.             <prop oor:name="OpenGL_Faster" oor:type="xs:boolean">
  1200.  
  1201.                 <info>
  1202.  
  1203.                     <desc>Specifies whether all geometry data will be simultaneously transferred in an array to the graphic driver. Not every graphic driver correctly supports this OpenGL capability. For this reason, this option can be deactivated in case of presentation errors of 3D output. All geometry data will be then transferred as single components. This option is only available if OpenGL is used, otherwise it is disabled.</desc>
  1204.                     <label>Optimized output</label>
  1205.                 </info>
  1206.                 <value>true</value>
  1207.             </prop>
  1208.             <prop oor:name="ShowFull" oor:type="xs:boolean">
  1209.  
  1210.                 <info>
  1211.  
  1212.                     <desc>Specifies interaction with full display. If a 3-D object is rotated or moved, the full display is rotated or moved and not a grid frame.</desc>
  1213.                     <label>Object refresh during interaction</label>
  1214.                 </info>
  1215.                 <value>false</value>
  1216.             </prop>
  1217.         </group>
  1218.         <group oor:name="AutoCorrect">
  1219.  
  1220.             <info>
  1221.  
  1222.                 <desc>Contains miscellaneous settings for the auto correction.</desc>
  1223.             </info>
  1224.             <prop oor:name="UseReplacementTable" oor:type="xs:boolean">
  1225.  
  1226.                 <info>
  1227.  
  1228.                     <desc>Specifies if the replacement table should be used to replace letter combinations with defined text</desc>
  1229.                     <label>Use replacement table</label>
  1230.                 </info>
  1231.                 <value>true</value>
  1232.             </prop>
  1233.             <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
  1234.  
  1235.                 <info>
  1236.  
  1237.                     <desc>Specifies if two initial capitals should be corrected automatically.</desc>
  1238.                     <label>Correct two initial capitals</label>
  1239.                 </info>
  1240.                 <value>true</value>
  1241.             </prop>
  1242.             <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
  1243.  
  1244.                 <info>
  1245.  
  1246.                     <desc>Specifies if the letter at the beginning of a sentence should be capitalized automatically.</desc>
  1247.                     <label>Capitalize first letter of every sentence</label>
  1248.                 </info>
  1249.                 <value>true</value>
  1250.             </prop>
  1251.             <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean">
  1252.  
  1253.                 <info>
  1254.  
  1255.                     <desc>Specifies if text should be formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
  1256.                     <label>Apply underline or bold</label>
  1257.                 </info>
  1258.                 <value>true</value>
  1259.             </prop>
  1260.             <prop oor:name="SetInetAttribute" oor:type="xs:boolean">
  1261.  
  1262.                 <info>
  1263.  
  1264.                     <desc>Specifies if character strings which could represent an URL should be converted to a hyperlink.</desc>
  1265.                     <label>Detect URL</label>
  1266.                 </info>
  1267.                 <value>true</value>
  1268.             </prop>
  1269.             <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean">
  1270.  
  1271.                 <info>
  1272.  
  1273.                     <desc>Specifies if ordinal numbers should be displayed with raised endings.</desc>
  1274.                     <label>Replace ordinal numbers</label>
  1275.                 </info>
  1276.                 <value>true</value>
  1277.             </prop>
  1278.             <prop oor:name="ChangeFraction" oor:type="xs:boolean">
  1279.  
  1280.                 <info>
  1281.  
  1282.                     <desc>Specifies if character combinations for fractions should be replaced with a corresponding single character.</desc>
  1283.                     <label>Replace fractions</label>
  1284.                 </info>
  1285.                 <value>true</value>
  1286.             </prop>
  1287.             <prop oor:name="ChangeDash" oor:type="xs:boolean">
  1288.  
  1289.                 <info>
  1290.  
  1291.                     <desc>Specifies if minus signs should be replaced by dashes automatically.</desc>
  1292.                     <label>Replace dashes</label>
  1293.                 </info>
  1294.                 <value>true</value>
  1295.             </prop>
  1296.             <prop oor:name="RemoveDoubleSpaces" oor:type="xs:boolean">
  1297.  
  1298.                 <info>
  1299.  
  1300.                     <desc>Specifies if multiple spaces should be combined into one.</desc>
  1301.                     <label>Ignore double spaces</label>
  1302.                 </info>
  1303.                 <value>false</value>
  1304.             </prop>
  1305.             <prop oor:name="ReplaceSingleQuote" oor:type="xs:boolean">
  1306.  
  1307.                 <info>
  1308.  
  1309.                     <desc>Specifies if single quotes should be replaced.</desc>
  1310.                     <label>Single quotes - Replace</label>
  1311.                 </info>
  1312.                 <value>false</value>
  1313.             </prop>
  1314.             <prop oor:name="SingleQuoteAtStart" oor:type="xs:int">
  1315.  
  1316.                 <info>
  1317.  
  1318.                     <desc>Specifies the start single quote.</desc>
  1319.                     <label>Start single quote</label>
  1320.                 </info>
  1321.             </prop>
  1322.             <prop oor:name="SingleQuoteAtEnd" oor:type="xs:int">
  1323.  
  1324.                 <info>
  1325.  
  1326.                     <desc>Specifies the end single quote.</desc>
  1327.                     <label>End Single quote</label>
  1328.                 </info>
  1329.             </prop>
  1330.             <prop oor:name="ReplaceDoubleQuote" oor:type="xs:boolean">
  1331.  
  1332.                 <info>
  1333.  
  1334.                     <desc>Specifies if double quotes should be replaced.</desc>
  1335.                     <label>Double quotes - Replace</label>
  1336.                 </info>
  1337.                 <value>true</value>
  1338.             </prop>
  1339.             <prop oor:name="DoubleQuoteAtStart" oor:type="xs:int">
  1340.  
  1341.                 <info>
  1342.  
  1343.                     <desc>Specifies the start quote.</desc>
  1344.                     <label>Start quote</label>
  1345.                 </info>
  1346.             </prop>
  1347.             <prop oor:name="DoubleQuoteAtEnd" oor:type="xs:int">
  1348.  
  1349.                 <info>
  1350.  
  1351.                     <desc>Specifies the end quote.</desc>
  1352.                     <label>End quote</label>
  1353.                 </info>
  1354.             </prop>
  1355.             <group oor:name="Exceptions">
  1356.  
  1357.                 <info>
  1358.  
  1359.                     <desc>Contains settings to apply replacement rules and exceptions.</desc>
  1360.                 </info>
  1361.                 <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
  1362.  
  1363.                     <info>
  1364.  
  1365.                         <desc>Specifies if defined words with two initial capital letters should not be included in the AutoCorrect replacement.</desc>
  1366.                         <label>Words with two initial capital letters - Add automatically</label>
  1367.                     </info>
  1368.                     <value>true</value>
  1369.                 </prop>
  1370.                 <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
  1371.  
  1372.                     <info>
  1373.  
  1374.                         <desc>Specifies if defined abbreviations should be taken into account to exclude a preceding capital letter.</desc>
  1375.                         <label>Abbreviations (no subsequent capital letter) - Add automatically</label>
  1376.                     </info>
  1377.                     <value>true</value>
  1378.                 </prop>
  1379.             </group>
  1380.         </group>
  1381.         <group oor:name="Cache">
  1382.  
  1383.             <info>
  1384.  
  1385.                 <desc>Specifies cache related options.</desc>
  1386.             </info>
  1387.             <group oor:name="DrawingEngine">
  1388.  
  1389.                 <info>
  1390.  
  1391.                     <desc>Specifies the cache related options for the drawing engine.</desc>
  1392.                 </info>
  1393.                 <prop oor:name="OLE_Objects" oor:type="xs:int">
  1394.  
  1395.                     <info>
  1396.  
  1397.                         <desc>Determines the maximum number of OLE objects that can be held in RAM for drawings, presentations and inserted drawing objects. The fewer OLE objects contained in RAM, the more space is available for other functions. The more OLE objects in RAM, the faster you can page through the objects since they do not always need to be loaded from the hard drive.</desc>
  1398.                     </info>
  1399.                     <value>20</value>
  1400.                 </prop>
  1401.             </group>
  1402.             <group oor:name="Writer">
  1403.  
  1404.                 <info>
  1405.  
  1406.                     <desc>Specifies the cache related options for Writer.</desc>
  1407.                 </info>
  1408.                 <prop oor:name="OLE_Objects" oor:type="xs:int">
  1409.  
  1410.                     <info>
  1411.  
  1412.                         <desc>Determines the maximum number of OLE objects that can be held in RAM for the writer. The fewer OLE objects contained in RAM, the more space is available for other functions. The more OLE objects in RAM, the faster you can page through the objects since they do not always need to be loaded from the hard drive.</desc>
  1413.                     </info>
  1414.                     <value>20</value>
  1415.                 </prop>
  1416.             </group>
  1417.             <group oor:name="GraphicManager">
  1418.  
  1419.                 <info>
  1420.  
  1421.                     <desc>Specifies a group of graphic manager cache options.</desc>
  1422.                     <label>Graphic Manager Cache</label>
  1423.                 </info>
  1424.                 <prop oor:name="TotalCacheSize" oor:type="xs:int">
  1425.  
  1426.                     <info>
  1427.  
  1428.                         <desc>Specifies the maximum cache size for all graphical display objects.</desc>
  1429.                         <label>Total Graphic Cache Size</label>
  1430.                     </info>
  1431.                     <value>10240000</value>
  1432.                 </prop>
  1433.                 <prop oor:name="ObjectCacheSize" oor:type="xs:int">
  1434.  
  1435.                     <info>
  1436.  
  1437.                         <desc>Specifies the maximum cache size for a single graphic display object.</desc>
  1438.                         <label>Graphic Object Cache Size</label>
  1439.                     </info>
  1440.                     <value>2560000</value>
  1441.                 </prop>
  1442.                 <prop oor:name="ObjectReleaseTime" oor:type="xs:int">
  1443.  
  1444.                     <info>
  1445.  
  1446.                         <desc>Specifies the time in seconds after which a cached object is freed from the cache.</desc>
  1447.                         <label>Graphic Object Release Timeout</label>
  1448.                     </info>
  1449.                     <value>600</value>
  1450.                 </prop>
  1451.             </group>
  1452.         </group>
  1453.         <group oor:name="Path">
  1454.  
  1455.             <info>
  1456.  
  1457.                 <desc>Contains the current and default path settings used by the Office.</desc>
  1458.             </info>
  1459.             <group oor:name="Current">
  1460.  
  1461.                 <info>
  1462.  
  1463.                     <desc>Contains the global path settings, mainly those of the Options dialog.</desc>
  1464.                 </info>
  1465.                 <prop oor:name="OfficeInstall" oor:type="xs:string">
  1466.  
  1467.                     <info>
  1468.  
  1469.                         <deprecated/>
  1470.                     </info>
  1471.                     <value/>
  1472.                 </prop>
  1473.                 <prop oor:name="OfficeInstallURL" oor:type="xs:string">
  1474.  
  1475.                     <info>
  1476.  
  1477.                         <deprecated/>
  1478.                     </info>
  1479.                     <value/>
  1480.                 </prop>
  1481.                 <prop oor:name="Addin" oor:type="xs:string">
  1482.  
  1483.                     <info>
  1484.  
  1485.                         <desc>Specifies the directory that contains spreadsheet add-ins which use the old add-in API.</desc>
  1486.                     </info>
  1487.                     <value>$(progpath)/addin</value>
  1488.                 </prop>
  1489.                 <prop oor:name="AutoCorrect" oor:type="oor:string-list">
  1490.  
  1491.                     <info>
  1492.  
  1493.                         <desc>Specifies the settings of the AutoCorrect dialog.</desc>
  1494.                     </info>
  1495.                     <value oor:separator=":">$(insturl)/share/autocorr:$(userurl)/autocorr</value>
  1496.                 </prop>
  1497.                 <prop oor:name="AutoText" oor:type="oor:string-list">
  1498.  
  1499.                     <info>
  1500.  
  1501.                         <desc>Contains the directory which contains the AutoText modules.</desc>
  1502.                     </info>
  1503.                     <value oor:separator=":">$(insturl)/share/autotext/$(vlang):$(userurl)/autotext</value>
  1504.                 </prop>
  1505.                 <prop oor:name="Backup" oor:type="xs:string">
  1506.  
  1507.                     <info>
  1508.  
  1509.                         <desc>Stores the automatic backup copies of documents.</desc>
  1510.                     </info>
  1511.                     <value>$(userurl)/backup</value>
  1512.                 </prop>
  1513.                 <prop oor:name="Basic" oor:type="oor:string-list">
  1514.  
  1515.                     <info>
  1516.  
  1517.                         <desc>Contains the Basic files, which are used by the AutoPilots.</desc>
  1518.                     </info>
  1519.                     <value oor:separator=":">$(insturl)/share/basic:$(userurl)/basic</value>
  1520.                 </prop>
  1521.                 <prop oor:name="Bitmap" oor:type="xs:string">
  1522.  
  1523.                     <info>
  1524.  
  1525.                         <desc>Contains the bitmap files which can be used for menu and toolbar icons.</desc>
  1526.                     </info>
  1527.                     <value>$(insturl)/share/config/symbol</value>
  1528.                 </prop>
  1529.                 <prop oor:name="Config" oor:type="xs:string">
  1530.  
  1531.                     <info>
  1532.  
  1533.                         <desc>Contains the configuration files. This value cannot be changed through the user interface.</desc>
  1534.                     </info>
  1535.                     <value>$(insturl)/share/config</value>
  1536.                 </prop>
  1537.                 <prop oor:name="Dictionary" oor:type="xs:string">
  1538.  
  1539.                     <info>
  1540.  
  1541.                         <desc>Contains the provided dictionaries.</desc>
  1542.                     </info>
  1543.                     <value>$(insturl)/share/wordbook/$(vlang)</value>
  1544.                 </prop>
  1545.                 <prop oor:name="Favorite" oor:type="xs:string">
  1546.  
  1547.                     <info>
  1548.  
  1549.                         <desc>Specifies the path to save folder bookmarks.</desc>
  1550.                     </info>
  1551.                     <value>$(userurl)/config/folders</value>
  1552.                 </prop>
  1553.                 <prop oor:name="Filter" oor:type="xs:string">
  1554.  
  1555.                     <info>
  1556.  
  1557.                         <desc>Specifies the directory where all the filters are stored.</desc>
  1558.                     </info>
  1559.                     <value>$(progpath)/filter</value>
  1560.                 </prop>
  1561.                 <prop oor:name="Gallery" oor:type="oor:string-list">
  1562.  
  1563.                     <info>
  1564.  
  1565.                         <desc>Specifies the directory which contains the Gallery database and multimedia files.</desc>
  1566.                     </info>
  1567.                     <value oor:separator=":">$(insturl)/share/gallery:$(userurl)/gallery</value>
  1568.                 </prop>
  1569.                 <prop oor:name="Graphic" oor:type="xs:string">
  1570.  
  1571.                     <info>
  1572.  
  1573.                         <desc>Specifies the directory that is displayed when the dialog for opening a graphic or for saving a new graphic is called.</desc>
  1574.                     </info>
  1575.                     <value>$(insturl)/share/gallery</value>
  1576.                 </prop>
  1577.                 <prop oor:name="Help" oor:type="xs:string">
  1578.  
  1579.                     <info>
  1580.  
  1581.                         <desc>Specifies the path to the Office help files.</desc>
  1582.                     </info>
  1583.                     <value>$(instpath)/help</value>
  1584.                 </prop>
  1585.                 <prop oor:name="Linguistic" oor:type="xs:string">
  1586.  
  1587.                     <info>
  1588.  
  1589.                         <desc>Contains the files that are necessary for the spellcheck.</desc>
  1590.                     </info>
  1591.                     <value>$(insturl)/share/dict</value>
  1592.                 </prop>
  1593.                 <prop oor:name="Module" oor:type="xs:string">
  1594.  
  1595.                     <info>
  1596.  
  1597.                         <desc>Contains the Office modules.</desc>
  1598.                     </info>
  1599.                     <value>$(progpath)</value>
  1600.                 </prop>
  1601.                 <prop oor:name="Palette" oor:type="xs:string">
  1602.  
  1603.                     <info>
  1604.  
  1605.                         <desc>Specifies the path to the palette files *.SOB to *.SOF containing user-defined colors and patterns.</desc>
  1606.                     </info>
  1607.                     <value>$(userurl)/config</value>
  1608.                 </prop>
  1609.                 <prop oor:name="Plugin" oor:type="oor:string-list">
  1610.  
  1611.                     <info>
  1612.  
  1613.                         <desc>Specifies the directory in which the plugins are saved.</desc>
  1614.                     </info>
  1615.                     <value oor:separator=":">$(progpath)/plugin</value>
  1616.                 </prop>
  1617.                 <prop oor:name="Storage" oor:type="xs:string">
  1618.  
  1619.                     <info>
  1620.  
  1621.                         <deprecated/>
  1622.                     </info>
  1623.                     <value>$(userpath)/store</value>
  1624.                 </prop>
  1625.                 <prop oor:name="Temp" oor:type="xs:string">
  1626.  
  1627.                     <info>
  1628.  
  1629.                         <desc>Specifies the base directory used by the Office to store temp files.</desc>
  1630.                     </info>
  1631.                     <value>$(temp)</value>
  1632.                 </prop>
  1633.                 <prop oor:name="Template" oor:type="oor:string-list">
  1634.  
  1635.                     <info>
  1636.  
  1637.                         <desc>Specifies the templates originate from these folders and sub-folders.</desc>
  1638.                     </info>
  1639.                     <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
  1640.                 </prop>
  1641.                 <prop oor:name="UIConfig" oor:type="oor:string-list">
  1642.  
  1643.                     <info>
  1644.  
  1645.                         <desc>Specifies additional folders containing a global user interface configuration. The final user interface configuration is merged from UserConfig and from these folders.</desc>
  1646.                     </info>
  1647.                     <value oor:separator=":">$(insturl)/share/config</value>
  1648.                 </prop>
  1649.                 <prop oor:name="UserConfig" oor:type="xs:string">
  1650.  
  1651.                     <info>
  1652.  
  1653.                         <desc>Specifies the folder with the user settings.</desc>
  1654.                     </info>
  1655.                     <value>$(userurl)/config</value>
  1656.                 </prop>
  1657.                 <prop oor:name="UserDictionary" oor:type="xs:string">
  1658.  
  1659.                     <info>
  1660.  
  1661.                         <desc>Contains the custom dictionaries.</desc>
  1662.                     </info>
  1663.                     <value>$(userurl)/wordbook</value>
  1664.                 </prop>
  1665.                 <prop oor:name="Work" oor:type="xs:string">
  1666.  
  1667.                     <info>
  1668.  
  1669.                         <desc>Specifies the path of the work folder, which can be modified according to the user's needs. The path specified here can be seen in the Open or Save dialog.</desc>
  1670.                     </info>
  1671.                     <value>$(work)</value>
  1672.                 </prop>
  1673.             </group>
  1674.             <group oor:name="Default">
  1675.  
  1676.                 <info>
  1677.  
  1678.                     <desc>Contains the default values of all the paths, which can be modified according to the user's needs. They are used when pressing the Standard-button in the Options dialog.</desc>
  1679.                 </info>
  1680.                 <prop oor:name="Addin" oor:type="xs:string">
  1681.  
  1682.                     <info>
  1683.  
  1684.                         <desc>Specifies the default directory that contains spreadsheet add-ins which use the old add-in API.</desc>
  1685.                     </info>
  1686.                     <value>$(progpath)/addin</value>
  1687.                 </prop>
  1688.                 <prop oor:name="AutoCorrect" oor:type="oor:string-list">
  1689.  
  1690.                     <info>
  1691.  
  1692.                         <desc>Specifies the default directory for the settings of the AutoCorrect dialog.</desc>
  1693.                     </info>
  1694.                     <value oor:separator=":">$(insturl)/share/autocorr:$(userurl)/autocorr</value>
  1695.                 </prop>
  1696.                 <prop oor:name="AutoText" oor:type="oor:string-list">
  1697.  
  1698.                     <info>
  1699.  
  1700.                         <desc>Specifies the default directory where the AutoText modules are located.</desc>
  1701.                     </info>
  1702.                     <value oor:separator=":">$(insturl)/share/autotext/$(vlang):$(userurl)/autotext</value>
  1703.                 </prop>
  1704.                 <prop oor:name="Backup" oor:type="xs:string">
  1705.  
  1706.                     <info>
  1707.  
  1708.                         <desc>Specifies the default directory for the automatic backup copies of documents.</desc>
  1709.                     </info>
  1710.                     <value>$(userurl)/backup</value>
  1711.                 </prop>
  1712.                 <prop oor:name="Basic" oor:type="oor:string-list">
  1713.  
  1714.                     <info>
  1715.  
  1716.                         <desc>Specifies the default directory where the Basic files, used by the AutoPilots, are located.</desc>
  1717.                     </info>
  1718.                     <value oor:separator=":">$(insturl)/share/basic:$(userurl)/basic</value>
  1719.                 </prop>
  1720.                 <prop oor:name="Bitmap" oor:type="xs:string">
  1721.  
  1722.                     <info>
  1723.  
  1724.                         <desc>Specifies the default directory where the bitmap files, which can be used for the menu and toolbar icons, are located.</desc>
  1725.                     </info>
  1726.                     <value>$(insturl)/share/config/symbol</value>
  1727.                 </prop>
  1728.                 <prop oor:name="Config" oor:type="xs:string">
  1729.  
  1730.                     <info>
  1731.  
  1732.                         <desc>Specifies the default directory where the configuration files are stored.</desc>
  1733.                     </info>
  1734.                     <value>$(insturl)/share/config</value>
  1735.                 </prop>
  1736.                 <prop oor:name="Dictionary" oor:type="xs:string">
  1737.  
  1738.                     <info>
  1739.  
  1740.                         <desc>Specifies the default directory where the provided dictionaries are located.</desc>
  1741.                     </info>
  1742.                     <value>$(insturl)/share/wordbook/$(vlang)</value>
  1743.                 </prop>
  1744.                 <prop oor:name="Favorite" oor:type="xs:string">
  1745.  
  1746.                     <info>
  1747.  
  1748.                         <desc>Specifies the default directory where folder bookmarks are stored.</desc>
  1749.                     </info>
  1750.                     <value>$(userurl)/config/folders</value>
  1751.                 </prop>
  1752.                 <prop oor:name="Filter" oor:type="xs:string">
  1753.  
  1754.                     <info>
  1755.  
  1756.                         <desc>Specifies the default directory where all the filters are stored.</desc>
  1757.                     </info>
  1758.                     <value>$(progpath)/filter</value>
  1759.                 </prop>
  1760.                 <prop oor:name="Gallery" oor:type="oor:string-list">
  1761.  
  1762.                     <info>
  1763.  
  1764.                         <desc>Specifies the default directory where the Gallery database and multimedia files are located.</desc>
  1765.                     </info>
  1766.                     <value oor:separator=":">$(insturl)/share/gallery:$(userurl)/gallery</value>
  1767.                 </prop>
  1768.                 <prop oor:name="Graphic" oor:type="xs:string">
  1769.  
  1770.                     <info>
  1771.  
  1772.                         <desc>Specifies the default directory used by the dialog for opening a graphic or for saving a new graphic.</desc>
  1773.                     </info>
  1774.                     <value>$(insturl)/share/gallery</value>
  1775.                 </prop>
  1776.                 <prop oor:name="Help" oor:type="xs:string">
  1777.  
  1778.                     <info>
  1779.  
  1780.                         <desc>Specifies the default directory where Office help files are located.</desc>
  1781.                     </info>
  1782.                     <value>$(instpath)/help</value>
  1783.                 </prop>
  1784.                 <prop oor:name="Linguistic" oor:type="xs:string">
  1785.  
  1786.                     <info>
  1787.  
  1788.                         <desc>Specifies the default directory where the files that are necessary for the spellcheck are saved.</desc>
  1789.                     </info>
  1790.                     <value>$(insturl)/share/dict</value>
  1791.                 </prop>
  1792.                 <prop oor:name="Module" oor:type="xs:string">
  1793.  
  1794.                     <info>
  1795.  
  1796.                         <desc>Specifies the default directory which contains the Office modules.</desc>
  1797.                     </info>
  1798.                     <value>$(progpath)</value>
  1799.                 </prop>
  1800.                 <prop oor:name="Palette" oor:type="xs:string">
  1801.  
  1802.                     <info>
  1803.  
  1804.                         <desc>Specifies the default directory for the palette files *.SOB to *.SOF containing user-defined colors and patterns.</desc>
  1805.                     </info>
  1806.                     <value>$(userurl)/config</value>
  1807.                 </prop>
  1808.                 <prop oor:name="Plugin" oor:type="oor:string-list">
  1809.  
  1810.                     <info>
  1811.  
  1812.                         <desc>Specifies the default directory where the Office plugins are located.</desc>
  1813.                     </info>
  1814.                     <value oor:separator=":">$(progpath)/plugin</value>
  1815.                 </prop>
  1816.                 <prop oor:name="Temp" oor:type="xs:string">
  1817.  
  1818.                     <info>
  1819.  
  1820.                         <desc>Specifies the default directory that is used as a base directory for all temporary Office files.</desc>
  1821.                     </info>
  1822.                     <value>$(temp)</value>
  1823.                 </prop>
  1824.                 <prop oor:name="Template" oor:type="oor:string-list">
  1825.  
  1826.                     <info>
  1827.  
  1828.                         <desc>Specifies the default directory where all provided templates are located in folders and sub-folders.</desc>
  1829.                     </info>
  1830.                     <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
  1831.                 </prop>
  1832.                 <prop oor:name="UIConfig" oor:type="oor:string-list">
  1833.  
  1834.                     <info>
  1835.  
  1836.                         <desc>Specifies the default directories for the global user interface configuration. The final user interface configuration is merged from UserConfig and from these folders.</desc>
  1837.                     </info>
  1838.                     <value oor:separator=":"/>
  1839.                 </prop>
  1840.                 <prop oor:name="UserConfig" oor:type="xs:string">
  1841.  
  1842.                     <info>
  1843.  
  1844.                         <desc>Specifies the default directory which stores the user settings.</desc>
  1845.                     </info>
  1846.                     <value>$(userurl)/config</value>
  1847.                 </prop>
  1848.                 <prop oor:name="UserDictionary" oor:type="xs:string">
  1849.  
  1850.                     <info>
  1851.  
  1852.                         <desc>Specifies the default directory which stores the custom dictionaries.</desc>
  1853.                     </info>
  1854.                     <value>$(userurl)/wordbook</value>
  1855.                 </prop>
  1856.                 <prop oor:name="Work" oor:type="xs:string">
  1857.  
  1858.                     <info>
  1859.  
  1860.                         <desc>Specifies the default working directory where user stores documents.</desc>
  1861.                     </info>
  1862.                     <value>$(work)</value>
  1863.                 </prop>
  1864.             </group>
  1865.         </group>
  1866.         <group oor:name="Font">
  1867.  
  1868.             <info>
  1869.  
  1870.                 <desc>Contains some common settings for fonts.</desc>
  1871.             </info>
  1872.             <group oor:name="Substitution">
  1873.  
  1874.                 <info>
  1875.  
  1876.                     <desc>Contains settings for the font substitution.</desc>
  1877.                 </info>
  1878.                 <prop oor:name="Replacement" oor:type="xs:boolean">
  1879.  
  1880.                     <info>
  1881.  
  1882.                         <desc>Determines if the list of font replacements is applied or not</desc>
  1883.                         <label>Apply replacement table</label>
  1884.                     </info>
  1885.                     <value>false</value>
  1886.                 </prop>
  1887.                 <set oor:name="FontPairs" oor:node-type="FontReplacement">
  1888.  
  1889.                     <info>
  1890.  
  1891.                         <desc>Specifies a substitution of the requested font, even if this font is available on the user's system.</desc>
  1892.                     </info>
  1893.                 </set>
  1894.             </group>
  1895.             <group oor:name="View">
  1896.  
  1897.                 <info>
  1898.  
  1899.                     <desc>Contains the settings for the font selection box in the object bar.</desc>
  1900.                 </info>
  1901.                 <prop oor:name="History" oor:type="xs:boolean">
  1902.  
  1903.                     <info>
  1904.  
  1905.                         <desc>Contains the last five fonts, which are shown on the top of a list, beginning with the last one. This list will be displayed on the font-name-box of the object bar.</desc>
  1906.                     </info>
  1907.                     <value>true</value>
  1908.                 </prop>
  1909.                 <prop oor:name="ShowFontBoxWYSIWYG" oor:type="xs:boolean">
  1910.  
  1911.                     <info>
  1912.  
  1913.                         <desc>Specifies that the names of the selectable fonts will be displayed with this font.</desc>
  1914.                     </info>
  1915.                     <value>true</value>
  1916.                 </prop>
  1917.             </group>
  1918.             <group oor:name="SourceViewFont">
  1919.  
  1920.                 <info>
  1921.  
  1922.                     <desc>Specifies the font name and height used in HTML source view</desc>
  1923.                 </info>
  1924.                 <prop oor:name="FontName" oor:type="xs:string">
  1925.  
  1926.                     <info>
  1927.  
  1928.                         <desc>Specifies the name of the font that is used in source views (HTML source view or BASIC IDE)</desc>
  1929.                     </info>
  1930.                 </prop>
  1931.                 <prop oor:name="FontHeight" oor:type="xs:short">
  1932.  
  1933.                     <info>
  1934.  
  1935.                         <desc>Specifies the height, in points, of the font that is used in source views (HTML source view or BASIC IDE)</desc>
  1936.                     </info>
  1937.                     <value>10</value>
  1938.                 </prop>
  1939.                 <prop oor:name="NonProportionalFontsOnly" oor:type="xs:boolean">
  1940.  
  1941.                     <info>
  1942.  
  1943.                         <desc>Specifies whether only non-proportional font should be presented on the dialog page.</desc>
  1944.                     </info>
  1945.                     <value>true</value>
  1946.                 </prop>
  1947.             </group>
  1948.         </group>
  1949.         <group oor:name="Gallery">
  1950.  
  1951.             <info>
  1952.  
  1953.                 <desc>Specifies Gallery options.</desc>
  1954.                 <label>Gallery Options</label>
  1955.             </info>
  1956.             <prop oor:name="ID_Dialog" oor:type="xs:boolean">
  1957.  
  1958.                 <info>
  1959.  
  1960.                     <deprecated/>
  1961.                 </info>
  1962.                 <value>false</value>
  1963.             </prop>
  1964.         </group>
  1965.         <group oor:name="Menus">
  1966.  
  1967.             <info>
  1968.  
  1969.                 <desc>Contains information about configurable menus.</desc>
  1970.             </info>
  1971.             <set oor:name="New" oor:node-type="MenuType">
  1972.  
  1973.                 <info>
  1974.  
  1975.                     <desc>Contains all entries of new menu.</desc>
  1976.                 </info>
  1977.             </set>
  1978.             <set oor:name="Wizard" oor:node-type="MenuType">
  1979.  
  1980.                 <info>
  1981.  
  1982.                     <desc>Contains all entries of wizard menu.</desc>
  1983.                 </info>
  1984.             </set>
  1985.             <set oor:name="HelpBookmarks" oor:node-type="MenuType">
  1986.  
  1987.                 <info>
  1988.  
  1989.                     <desc>Contains all help bookmarks.</desc>
  1990.                 </info>
  1991.             </set>
  1992.         </group>
  1993.         <group oor:name="History">
  1994.  
  1995.             <info>
  1996.  
  1997.                 <desc>Contains history information.</desc>
  1998.             </info>
  1999.             <prop oor:name="HelpBookmarkSize" oor:type="xs:int">
  2000.  
  2001.                 <info>
  2002.  
  2003.                     <desc>Describes the range and current size of the help bookmark history list.</desc>
  2004.                 </info>
  2005.                 <constraints>
  2006.  
  2007.                     <minInclusive oor:value="0">
  2008.  
  2009.                         <info>
  2010.  
  2011.                             <desc>Defines the minimum range of the help bookmark history list.</desc>
  2012.                         </info>
  2013.                     </minInclusive>
  2014.                     <maxInclusive oor:value="10000">
  2015.  
  2016.                         <info>
  2017.  
  2018.                             <desc>Defines the maximum range of the help bookmark history list.</desc>
  2019.                         </info>
  2020.                     </maxInclusive>
  2021.                 </constraints>
  2022.                 <value>10000</value>
  2023.             </prop>
  2024.             <prop oor:name="Size" oor:type="xs:int">
  2025.  
  2026.                 <info>
  2027.  
  2028.                     <desc>Describes the range and current size of the history list.</desc>
  2029.                 </info>
  2030.                 <constraints>
  2031.  
  2032.                     <minInclusive oor:value="0">
  2033.  
  2034.                         <info>
  2035.  
  2036.                             <desc>Defines the min range for the history size.</desc>
  2037.                         </info>
  2038.                     </minInclusive>
  2039.                     <maxInclusive oor:value="100">
  2040.  
  2041.                         <info>
  2042.  
  2043.                             <desc>Defines the max range for the history size.</desc>
  2044.                         </info>
  2045.                     </maxInclusive>
  2046.                 </constraints>
  2047.                 <value>100</value>
  2048.             </prop>
  2049.             <prop oor:name="PickListSize" oor:type="xs:int">
  2050.  
  2051.                 <info>
  2052.  
  2053.                     <desc>Describes the range and current size of the picklist shown inside the menu.</desc>
  2054.                 </info>
  2055.                 <constraints>
  2056.  
  2057.                     <minInclusive oor:value="0">
  2058.  
  2059.                         <info>
  2060.  
  2061.                             <desc>Defines the min range for the picklist size.</desc>
  2062.                         </info>
  2063.                     </minInclusive>
  2064.                     <maxInclusive oor:value="10">
  2065.  
  2066.                         <info>
  2067.  
  2068.                             <desc>Defines the max range for the picklist size.</desc>
  2069.                         </info>
  2070.                     </maxInclusive>
  2071.                 </constraints>
  2072.                 <value>10</value>
  2073.             </prop>
  2074.             <set oor:name="HelpBookmarks" oor:node-type="HistoryType">
  2075.  
  2076.                 <info>
  2077.  
  2078.                     <desc>Contains the most recently opened help documents.</desc>
  2079.                 </info>
  2080.             </set>
  2081.             <set oor:name="List" oor:node-type="HistoryType">
  2082.  
  2083.                 <info>
  2084.  
  2085.                     <desc>Contains the most recently opened documents.</desc>
  2086.                 </info>
  2087.             </set>
  2088.             <set oor:name="PickList" oor:node-type="HistoryType">
  2089.  
  2090.                 <info>
  2091.  
  2092.                     <desc>Contains the most recently used documents displayed in the file menu.</desc>
  2093.                 </info>
  2094.             </set>
  2095.         </group>
  2096.         <group oor:name="Internal">
  2097.  
  2098.             <info>
  2099.  
  2100.                 <desc>Contains settings which are used during the Office startup to check for unfinished work.</desc>
  2101.             </info>
  2102.             <prop oor:name="SendCrashMail" oor:type="xs:boolean">
  2103.  
  2104.                 <info>
  2105.  
  2106.                     <deprecated/>
  2107.                 </info>
  2108.                 <value>false</value>
  2109.             </prop>
  2110.             <prop oor:name="UseMailUI" oor:type="xs:boolean">
  2111.  
  2112.                 <info>
  2113.  
  2114.                     <deprecated/>
  2115.                 </info>
  2116.                 <value>false</value>
  2117.             </prop>
  2118.             <prop oor:name="Slot" oor:type="xs:boolean">
  2119.  
  2120.                 <info>
  2121.  
  2122.                     <deprecated/>
  2123.                 </info>
  2124.                 <value>false</value>
  2125.             </prop>
  2126.             <prop oor:name="DevelopmentChart" oor:type="xs:boolean">
  2127.  
  2128.                 <info>
  2129.  
  2130.                     <desc>Specifies that If this option is set to true, the new development chart library is used instead of the standard one. Do not set this option to true unless you know exactly what to do. This new library will be unstable and incomplete most of the time. This flag will be removed when the new library is in a stable state.</desc>
  2131.                 </info>
  2132.                 <value>false</value>
  2133.             </prop>
  2134.             <prop oor:name="CurrentTempURL" oor:type="xs:string">
  2135.  
  2136.                 <info>
  2137.  
  2138.                     <desc>Specifies the current or last temp directory. This directory will be removed during shutdown or next office start.</desc>
  2139.                 </info>
  2140.                 <value/>
  2141.             </prop>
  2142.             <set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
  2143.  
  2144.                 <info>
  2145.  
  2146.                     <desc>Contains the documents that were opened when the office crashed.</desc>
  2147.                 </info>
  2148.             </set>
  2149.         </group>
  2150.         <group oor:name="Save">
  2151.  
  2152.             <info>
  2153.  
  2154.                 <desc>Contains general settings about the saving process.</desc>
  2155.             </info>
  2156.             <prop oor:name="WorkingSet" oor:type="xs:boolean">
  2157.  
  2158.                 <info>
  2159.  
  2160.                     <desc>Specifies if the all open windows and documents should be saved. If set to true, the URLs of all open documents and all view properties of all open views are saved when terminating the application.</desc>
  2161.                     <label>Open documents</label>
  2162.                 </info>
  2163.                 <value>false</value>
  2164.             </prop>
  2165.             <group oor:name="Document">
  2166.  
  2167.                 <info>
  2168.  
  2169.                     <desc>Contains settings which specify how documents are saved.</desc>
  2170.                 </info>
  2171.                 <prop oor:name="Unpacked" oor:type="xs:boolean">
  2172.  
  2173.                     <info>
  2174.  
  2175.                         <desc>Saves OOo 6.0 XML file documents unpacked into a directory. Documents are represented by the directory content and not by a single file.</desc>
  2176.                         <label>Save XML files unpacked</label>
  2177.                     </info>
  2178.                     <value>false</value>
  2179.                 </prop>
  2180.                 <prop oor:name="UseUserData" oor:type="xs:boolean">
  2181.  
  2182.                     <info>
  2183.  
  2184.                         <desc>Specifies if the user's name should be written into the Properties dialog of the document when saving the document.</desc>
  2185.                         <label>Use data for document properties</label>
  2186.                     </info>
  2187.                     <value>true</value>
  2188.                 </prop>
  2189.                 <prop oor:name="AutoSave" oor:type="xs:boolean">
  2190.  
  2191.                     <info>
  2192.  
  2193.                         <desc>Specifies whether all modified documents are automatically saved in a time interval.</desc>
  2194.                         <label>AutoSave every</label>
  2195.                     </info>
  2196.                     <value>false</value>
  2197.                 </prop>
  2198.                 <prop oor:name="CreateBackup" oor:type="xs:boolean">
  2199.  
  2200.                     <info>
  2201.  
  2202.                         <desc>Specifies whether to create a backup copy when a modified document is saved.</desc>
  2203.                         <label>Always create backup copy</label>
  2204.                     </info>
  2205.                     <value>false</value>
  2206.                 </prop>
  2207.                 <prop oor:name="EditProperty" oor:type="xs:boolean">
  2208.  
  2209.                     <info>
  2210.  
  2211.                         <desc>Specifies if the document properties dialog will be opened for editing every time a document is saved under a new filename.</desc>
  2212.                         <label>Edit document properties before saving</label>
  2213.                     </info>
  2214.                     <value>false</value>
  2215.                 </prop>
  2216.                 <prop oor:name="AutoSavePrompt" oor:type="xs:boolean">
  2217.  
  2218.                     <info>
  2219.  
  2220.                         <desc>Shows a prompt during AutoSave,even when the document has a filename.</desc>
  2221.                         <label>Prompt to save</label>
  2222.                     </info>
  2223.                     <value>true</value>
  2224.                 </prop>
  2225.                 <prop oor:name="AutoSaveTimeIntervall" oor:type="xs:int">
  2226.  
  2227.                     <info>
  2228.  
  2229.                         <desc>Specifies the AutoSave time interval in minutes.</desc>
  2230.                         <label>Minutes</label>
  2231.                     </info>
  2232.                     <constraints>
  2233.  
  2234.                         <minInclusive oor:value="1">
  2235.  
  2236.                             <info>
  2237.  
  2238.                                 <desc>Specifies that the minimum time interval is 1 minute.</desc>
  2239.                             </info>
  2240.                         </minInclusive>
  2241.                         <maxInclusive oor:value="60">
  2242.  
  2243.                             <info>
  2244.  
  2245.                                 <desc>Specifies that the maximum time interval is 60 minutes.</desc>
  2246.                             </info>
  2247.                         </maxInclusive>
  2248.                     </constraints>
  2249.                     <value>15</value>
  2250.                 </prop>
  2251.                 <prop oor:name="ViewInfo" oor:type="xs:boolean">
  2252.  
  2253.                     <info>
  2254.  
  2255.                         <desc>Saves view properties of last active document view when saving a document.</desc>
  2256.                         <label>Document view</label>
  2257.                     </info>
  2258.                     <value>true</value>
  2259.                 </prop>
  2260.                 <prop oor:name="DocumentWindows" oor:type="xs:boolean">
  2261.  
  2262.                     <info>
  2263.  
  2264.                         <desc>Specifies whether all currently open windows of a document should be saved. If true the view properties for all open document views of that document are saved.</desc>
  2265.                         <label>Open windows</label>
  2266.                     </info>
  2267.                     <value>false</value>
  2268.                 </prop>
  2269.                 <prop oor:name="PrettyPrinting" oor:type="xs:boolean">
  2270.  
  2271.                     <info>
  2272.  
  2273.                         <desc>Specifies if files saved in the OOo 6.0 XML file formats should be in pretty printing format. Saving and loading the document takes more time in pretty printing format.</desc>
  2274.                         <label>Open windows</label>
  2275.                     </info>
  2276.                     <value>false</value>
  2277.                 </prop>
  2278.                 <prop oor:name="WarnAlienFormat" oor:type="xs:boolean">
  2279.  
  2280.                     <info>
  2281.  
  2282.                         <desc>Specifies if a warning message is shown if a file is going to be saved to an alien format.</desc>
  2283.                         <label>Open windows</label>
  2284.                     </info>
  2285.                     <value>true</value>
  2286.                 </prop>
  2287.                 <prop oor:name="AlwaysSaveAs" oor:type="xs:boolean">
  2288.  
  2289.                     <info>
  2290.  
  2291.                         <desc>If the option is set, every time a user triggers a plain Save operation, SaveAs operation with possible additional user notifications will be started.</desc>
  2292.                     </info>
  2293.                     <value>false</value>
  2294.                 </prop>
  2295.             </group>
  2296.             <group oor:name="Graphic">
  2297.  
  2298.                 <info>
  2299.  
  2300.                     <desc>Contains settings on how graphics contained in a document should be saved.</desc>
  2301.                 </info>
  2302.                 <prop oor:name="Format" oor:type="xs:int">
  2303.  
  2304.                     <info>
  2305.  
  2306.                         <desc>Specifies how graphics contained in a document are saved.</desc>
  2307.                         <label>Save graphics Normal/Compressed/Original format</label>
  2308.                     </info>
  2309.                     <constraints>
  2310.  
  2311.                         <enumeration oor:value="0">
  2312.  
  2313.                             <info>
  2314.  
  2315.                                 <desc>Normal</desc>
  2316.                             </info>
  2317.                         </enumeration>
  2318.                         <enumeration oor:value="1">
  2319.  
  2320.                             <info>
  2321.  
  2322.                                 <desc>Compressed</desc>
  2323.                             </info>
  2324.                         </enumeration>
  2325.                         <enumeration oor:value="2">
  2326.  
  2327.                             <info>
  2328.  
  2329.                                 <desc>Original format</desc>
  2330.                             </info>
  2331.                         </enumeration>
  2332.                     </constraints>
  2333.                     <value>1</value>
  2334.                 </prop>
  2335.             </group>
  2336.             <group oor:name="URL">
  2337.  
  2338.                 <info>
  2339.  
  2340.                     <desc>Specifies how URLs in documents should be processed during save.</desc>
  2341.                 </info>
  2342.                 <prop oor:name="FileSystem" oor:type="xs:boolean">
  2343.  
  2344.                     <info>
  2345.  
  2346.                         <desc>Specifies whether URLs in documents should be saved relative to the file system.</desc>
  2347.                         <label>File system</label>
  2348.                     </info>
  2349.                     <value>true</value>
  2350.                 </prop>
  2351.                 <prop oor:name="Internet" oor:type="xs:boolean">
  2352.  
  2353.                     <info>
  2354.  
  2355.                         <desc>Specifies if URLs in documents should be saved relative to the Internet.</desc>
  2356.                         <label>Internet</label>
  2357.                     </info>
  2358.                     <value>true</value>
  2359.                 </prop>
  2360.             </group>
  2361.         </group>
  2362.         <group oor:name="Load">
  2363.  
  2364.             <info>
  2365.  
  2366.                 <desc>Contains settings regarding the loading of documents.</desc>
  2367.             </info>
  2368.             <prop oor:name="UserDefinedSettings" oor:type="xs:boolean">
  2369.  
  2370.                 <info>
  2371.  
  2372.                     <desc>Specifies whether the user defined configuration settings are loaded together with the document.</desc>
  2373.                     <label>Load user-defined settings</label>
  2374.                 </info>
  2375.                 <value>true</value>
  2376.             </prop>
  2377.         </group>
  2378.         <group oor:name="Security">
  2379.  
  2380.             <info>
  2381.  
  2382.                 <desc>Contains security specific Office settings.</desc>
  2383.             </info>
  2384.             <group oor:name="Scripting">
  2385.  
  2386.                 <info>
  2387.  
  2388.                     <desc>Contains security settings regarding Basic scripts.</desc>
  2389.                 </info>
  2390.                 <prop oor:name="SecureURL" oor:type="oor:string-list">
  2391.  
  2392.                     <info>
  2393.  
  2394.                         <desc>Lists all trustworthy URLs: file: All scripts from the local file system including a LAN; private:explorer: Scripts from the Explorer; private:help: Scripts in the help system; private:newmenu: Scripts that are executed by the commands File-New and AutoPilot; private:schedule: Scripts of the scheduler; private:searchfolder: Scripts of the searchfolder; private:user: Scripts that are entered in the URL field.</desc>
  2395.                     </info>
  2396.                     <value/>
  2397.                 </prop>
  2398.                 <prop oor:name="OfficeBasic" oor:type="xs:int">
  2399.  
  2400.                     <info>
  2401.  
  2402.                         <desc>Determines how Office Basic scripts should be handled.</desc>
  2403.                     </info>
  2404.                     <constraints>
  2405.  
  2406.                         <enumeration oor:value="0">
  2407.  
  2408.                             <info>
  2409.  
  2410.                                 <desc>Never</desc>
  2411.                             </info>
  2412.                         </enumeration>
  2413.                         <enumeration oor:value="1">
  2414.  
  2415.                             <info>
  2416.  
  2417.                                 <desc>According to Path List</desc>
  2418.                             </info>
  2419.                         </enumeration>
  2420.                         <enumeration oor:value="2">
  2421.  
  2422.                             <info>
  2423.  
  2424.                                 <desc>Always</desc>
  2425.                             </info>
  2426.                         </enumeration>
  2427.                     </constraints>
  2428.                     <value>1</value>
  2429.                 </prop>
  2430.                 <prop oor:name="ExecutePlugins" oor:type="xs:boolean">
  2431.  
  2432.                     <info>
  2433.  
  2434.                         <desc>Specifies whether execution of plugins found inside a document is allowed.</desc>
  2435.                     </info>
  2436.                     <value>true</value>
  2437.                 </prop>
  2438.                 <prop oor:name="Warning" oor:type="xs:boolean">
  2439.  
  2440.                     <info>
  2441.  
  2442.                         <desc>Specifies whether a warning box should be displayed before executing a script.</desc>
  2443.                     </info>
  2444.                     <value>false</value>
  2445.                 </prop>
  2446.                 <prop oor:name="Confirmation" oor:type="xs:boolean">
  2447.  
  2448.                     <info>
  2449.  
  2450.                         <desc>Specifies whether the user must confirm before a basic script can be executed.</desc>
  2451.                     </info>
  2452.                     <value>true</value>
  2453.                 </prop>
  2454.                 <prop oor:name="WarnSaveOrSendDoc" oor:type="xs:boolean">
  2455.  
  2456.                     <info>
  2457.  
  2458.                         <desc>Specifies wether to warn when saving or sending documents with personal/hidden data.</desc>
  2459.                     </info>
  2460.                     <value>false</value>
  2461.                 </prop>
  2462.                 <prop oor:name="WarnSignDoc" oor:type="xs:boolean">
  2463.  
  2464.                     <info>
  2465.  
  2466.                         <desc>Specifies wether to warn when signing documents with personal/hidden data.</desc>
  2467.                     </info>
  2468.                     <value>true</value>
  2469.                 </prop>
  2470.                 <prop oor:name="WarnPrintDoc" oor:type="xs:boolean">
  2471.  
  2472.                     <info>
  2473.  
  2474.                         <desc>Specifies wether to warn when printing documents with personal/hidden data.</desc>
  2475.                     </info>
  2476.                     <value>false</value>
  2477.                 </prop>
  2478.                 <prop oor:name="WarnCreatePDF" oor:type="xs:boolean">
  2479.  
  2480.                     <info>
  2481.  
  2482.                         <desc>Specifies wether to warn when creating PDF documents with personal/hidden data.</desc>
  2483.                     </info>
  2484.                     <value>false</value>
  2485.                 </prop>
  2486.                 <prop oor:name="RemovePersonalInfoOnSaving" oor:type="xs:boolean">
  2487.  
  2488.                     <info>
  2489.  
  2490.                         <desc>Specifies wether to remove personal information on saving.</desc>
  2491.                     </info>
  2492.                     <value>false</value>
  2493.                 </prop>
  2494.                 <prop oor:name="RecommendPasswordProtection" oor:type="xs:boolean">
  2495.  
  2496.                     <info>
  2497.  
  2498.                         <desc>Specifies wether to recommend password protection when saving documents.</desc>
  2499.                     </info>
  2500.                     <value>false</value>
  2501.                 </prop>
  2502.                 <prop oor:name="MacroSecurityLevel" oor:type="xs:int">
  2503.  
  2504.                     <info>
  2505.  
  2506.                         <desc>Level of Macro security.</desc>
  2507.                     </info>
  2508.                     <constraints>
  2509.  
  2510.                         <minInclusive oor:value="0">
  2511.  
  2512.                             <info>
  2513.  
  2514.                                 <desc>Lowest level.</desc>
  2515.                             </info>
  2516.                         </minInclusive>
  2517.                         <maxInclusive oor:value="3">
  2518.  
  2519.                             <info>
  2520.  
  2521.                                 <desc>Highest level.</desc>
  2522.                             </info>
  2523.                         </maxInclusive>
  2524.                     </constraints>
  2525.                     <value>1</value>
  2526.                 </prop>
  2527.                 <prop oor:name="DisableMacrosExecution" oor:type="xs:boolean">
  2528.  
  2529.                     <info>
  2530.  
  2531.                         <desc>Specifies whether the macro execution is disabled in general. If it is set to true, the "MacroSecurityLevel" is ignored. If it is set to false, the mentioned entry specified the level of macro security.</desc>
  2532.                     </info>
  2533.                     <value>false</value>
  2534.                 </prop>
  2535.                 <set oor:name="TrustedAuthors" oor:node-type="TrustedAuthor">
  2536.  
  2537.                     <info>
  2538.  
  2539.                         <desc>List with trusted authors.</desc>
  2540.                     </info>
  2541.                 </set>
  2542.             </group>
  2543.         </group>
  2544.         <group oor:name="View">
  2545.  
  2546.             <info>
  2547.  
  2548.                 <desc>Contains window and dialog settings.</desc>
  2549.             </info>
  2550.             <prop oor:name="FontScaling" oor:type="xs:short">
  2551.  
  2552.                 <info>
  2553.  
  2554.                     <desc>Specifies the scaling only of the screen representation [UNIT=%].</desc>
  2555.                     <label>Scaling</label>
  2556.                 </info>
  2557.                 <constraints>
  2558.  
  2559.                     <minInclusive oor:value="50">
  2560.  
  2561.                         <info>
  2562.  
  2563.                             <desc>Specifies the minimum range of the scaling.</desc>
  2564.                         </info>
  2565.                     </minInclusive>
  2566.                     <maxInclusive oor:value="200">
  2567.  
  2568.                         <info>
  2569.  
  2570.                             <desc>Specifies the maximum range of the scaling.</desc>
  2571.                         </info>
  2572.                     </maxInclusive>
  2573.                 </constraints>
  2574.                 <value>100</value>
  2575.             </prop>
  2576.             <prop oor:name="LookAndFeel" oor:type="xs:short">
  2577.  
  2578.                 <info>
  2579.  
  2580.                     <desc>Determines the look and feel of the application.</desc>
  2581.                     <label>Look & Feel</label>
  2582.                 </info>
  2583.                 <constraints>
  2584.  
  2585.                     <enumeration oor:value="0">
  2586.  
  2587.                         <info>
  2588.  
  2589.                             <desc>Standard</desc>
  2590.                         </info>
  2591.                     </enumeration>
  2592.                     <enumeration oor:value="1">
  2593.  
  2594.                         <info>
  2595.  
  2596.                             <desc>Macintosh</desc>
  2597.                         </info>
  2598.                     </enumeration>
  2599.                     <enumeration oor:value="2">
  2600.  
  2601.                         <info>
  2602.  
  2603.                             <desc>X Window</desc>
  2604.                         </info>
  2605.                     </enumeration>
  2606.                     <enumeration oor:value="3">
  2607.  
  2608.                         <info>
  2609.  
  2610.                             <desc>OS/2</desc>
  2611.                         </info>
  2612.                     </enumeration>
  2613.                 </constraints>
  2614.                 <value>0</value>
  2615.             </prop>
  2616.             <group oor:name="AppWindow">
  2617.  
  2618.                 <info>
  2619.  
  2620.                     <desc>Contains settings on how the application window should be displayed.</desc>
  2621.                 </info>
  2622.                 <prop oor:name="FullScreen" oor:type="xs:boolean">
  2623.  
  2624.                     <info>
  2625.  
  2626.                         <desc>Specifies whether the application window should be opened in Fullscreen mode.</desc>
  2627.                     </info>
  2628.                     <value>false</value>
  2629.                 </prop>
  2630.                 <prop oor:name="Preference" oor:type="xs:int">
  2631.  
  2632.                     <info>
  2633.  
  2634.                         <desc>Specifies the preferred view of the application window.</desc>
  2635.                     </info>
  2636.                     <constraints>
  2637.  
  2638.                         <enumeration oor:value="0">
  2639.  
  2640.                             <info>
  2641.  
  2642.                                 <desc>Use last setting</desc>
  2643.                             </info>
  2644.                         </enumeration>
  2645.                         <enumeration oor:value="1">
  2646.  
  2647.                             <info>
  2648.  
  2649.                                 <desc>Show in task bar</desc>
  2650.                             </info>
  2651.                         </enumeration>
  2652.                         <enumeration oor:value="2">
  2653.  
  2654.                             <info>
  2655.  
  2656.                                 <desc>Open in Fullscreen mode</desc>
  2657.                             </info>
  2658.                         </enumeration>
  2659.                     </constraints>
  2660.                     <value>0</value>
  2661.                 </prop>
  2662.             </group>
  2663.             <group oor:name="Dialog">
  2664.  
  2665.                 <info>
  2666.  
  2667.                     <desc>Contains settings which specify how dialogs and toolbars should be displayed.</desc>
  2668.                 </info>
  2669.                 <prop oor:name="ButtonLarge" oor:type="xs:boolean">
  2670.  
  2671.                     <info>
  2672.  
  2673.                         <desc>Specifies whether toolbar buttons should be drawn large or small. True means large.</desc>
  2674.                         <label>Large buttons</label>
  2675.                     </info>
  2676.                     <value>false</value>
  2677.                 </prop>
  2678.                 <prop oor:name="ButtonFlat" oor:type="xs:boolean">
  2679.  
  2680.                     <info>
  2681.  
  2682.                         <desc>Specifies whether toolbox buttons should be drawn with a flat or 3D design. True means flat design.</desc>
  2683.                         <label>Flat buttons</label>
  2684.                     </info>
  2685.                     <value>true</value>
  2686.                 </prop>
  2687.                 <prop oor:name="ColoredTab" oor:type="xs:boolean">
  2688.  
  2689.                     <info>
  2690.  
  2691.                         <desc>Specifies TabDialogs with colored tab control (True)</desc>
  2692.                         <label>Colored tab controls</label>
  2693.                     </info>
  2694.                     <value>false</value>
  2695.                 </prop>
  2696.                 <prop oor:name="MousePositioning" oor:type="xs:short">
  2697.  
  2698.                     <info>
  2699.  
  2700.                         <desc>Determines the automatic mouse positioning on dialogs: 0 - Default button 1 - Dialog center 2 - No automatic positioning</desc>
  2701.                         <label>Mouse positioning</label>
  2702.                     </info>
  2703.                     <constraints>
  2704.  
  2705.                         <enumeration oor:value="0">
  2706.  
  2707.                             <info>
  2708.  
  2709.                                 <desc>Snap To Button</desc>
  2710.                             </info>
  2711.                         </enumeration>
  2712.                         <enumeration oor:value="1">
  2713.  
  2714.                             <info>
  2715.  
  2716.                                 <desc>Snap To Middle</desc>
  2717.                             </info>
  2718.                         </enumeration>
  2719.                         <enumeration oor:value="2">
  2720.  
  2721.                             <info>
  2722.  
  2723.                                 <desc>No Snap</desc>
  2724.                             </info>
  2725.                         </enumeration>
  2726.                     </constraints>
  2727.                     <value>2</value>
  2728.                 </prop>
  2729.                 <prop oor:name="MiddleMouseButton" oor:type="xs:short">
  2730.  
  2731.                     <info>
  2732.  
  2733.                         <desc>Determines the action assigned to the middle mouse button: 0 - No action 1 -Auto scroll 2 - Paste selection.</desc>
  2734.                         <label>Middle mouse button</label>
  2735.                     </info>
  2736.                     <constraints>
  2737.  
  2738.                         <enumeration oor:value="0">
  2739.  
  2740.                             <info>
  2741.  
  2742.                                 <desc>No action</desc>
  2743.                             </info>
  2744.                         </enumeration>
  2745.                         <enumeration oor:value="1">
  2746.  
  2747.                             <info>
  2748.  
  2749.                                 <desc>Auto scroll</desc>
  2750.                             </info>
  2751.                         </enumeration>
  2752.                         <enumeration oor:value="2">
  2753.  
  2754.                             <info>
  2755.  
  2756.                                 <desc>Paste selection</desc>
  2757.                             </info>
  2758.                         </enumeration>
  2759.                     </constraints>
  2760.                     <value>1</value>
  2761.                 </prop>
  2762.                 <prop oor:name="SingleLineTab" oor:type="xs:boolean">
  2763.  
  2764.                     <info>
  2765.  
  2766.                         <desc>Specifies TabDialogs with single line tab control (True).</desc>
  2767.                         <label>Single line tab controls</label>
  2768.                     </info>
  2769.                     <value>false</value>
  2770.                 </prop>
  2771.             </group>
  2772.             <group oor:name="Localisation">
  2773.  
  2774.                 <info>
  2775.  
  2776.                     <desc>Contains localization specific settings.</desc>
  2777.                 </info>
  2778.                 <prop oor:name="AutoMnemonic" oor:type="xs:boolean" oor:localized="true">
  2779.  
  2780.                     <info>
  2781.  
  2782.                         <desc>Specifies if shortcuts are assigned automatically.</desc>
  2783.                     </info>
  2784.                 </prop>
  2785.                 <prop oor:name="DialogScale" oor:type="xs:int" oor:localized="true">
  2786.  
  2787.                     <info>
  2788.  
  2789.                         <desc>Specifies the percentage for enlarging controls.</desc>
  2790.                     </info>
  2791.                     <constraints>
  2792.  
  2793.                         <minInclusive oor:value="0">
  2794.  
  2795.                             <info>
  2796.  
  2797.                                 <desc>Specifies the upper limit for enlarging the controls is 100%.</desc>
  2798.                             </info>
  2799.                         </minInclusive>
  2800.                         <maxInclusive oor:value="100">
  2801.  
  2802.                             <info>
  2803.  
  2804.                                 <desc>Specifies the upper limit for enlarging the controls is 100%.</desc>
  2805.                             </info>
  2806.                         </maxInclusive>
  2807.                     </constraints>
  2808.                 </prop>
  2809.             </group>
  2810.             <group oor:name="Menu">
  2811.  
  2812.                 <info>
  2813.  
  2814.                     <desc>Contains menu view settings.</desc>
  2815.                 </info>
  2816.                 <prop oor:name="DontHideDisabledEntry" oor:type="xs:boolean">
  2817.  
  2818.                     <info>
  2819.  
  2820.                         <desc>Shows all deactivated menu entries. Menu commands that are normally not necessary are hidden by default.</desc>
  2821.                     </info>
  2822.                     <value>true</value>
  2823.                 </prop>
  2824.                 <prop oor:name="ShowIconsInMenues" oor:type="xs:boolean">
  2825.  
  2826.                     <info>
  2827.  
  2828.                         <desc>Indicates whether icons in the office menus should be displayed.</desc>
  2829.                     </info>
  2830.                     <value>true</value>
  2831.                 </prop>
  2832.                 <prop oor:name="FollowMouse" oor:type="xs:boolean">
  2833.  
  2834.                     <info>
  2835.  
  2836.                         <desc>Specifies automatic selection while moving the mouse over a menu (True).</desc>
  2837.                         <label>Menu follows mouse pointer</label>
  2838.                     </info>
  2839.                     <value>true</value>
  2840.                 </prop>
  2841.             </group>
  2842.             <group oor:name="Window">
  2843.  
  2844.                 <info>
  2845.  
  2846.                     <desc>Contains settings for general windows used by the Office.</desc>
  2847.                 </info>
  2848.                 <prop oor:name="Drag" oor:type="xs:short">
  2849.  
  2850.                     <info>
  2851.  
  2852.                         <desc>Specifies the representation of the window while dragging.</desc>
  2853.                         <label>Window Drag</label>
  2854.                     </info>
  2855.                     <constraints>
  2856.  
  2857.                         <enumeration oor:value="0">
  2858.  
  2859.                             <info>
  2860.  
  2861.                                 <desc>With window contents</desc>
  2862.                             </info>
  2863.                         </enumeration>
  2864.                         <enumeration oor:value="1">
  2865.  
  2866.                             <info>
  2867.  
  2868.                                 <desc>Frame only</desc>
  2869.                             </info>
  2870.                         </enumeration>
  2871.                         <enumeration oor:value="2">
  2872.  
  2873.                             <info>
  2874.  
  2875.                                 <desc>From system settings</desc>
  2876.                             </info>
  2877.                         </enumeration>
  2878.                     </constraints>
  2879.                     <value>2</value>
  2880.                 </prop>
  2881.                 <prop oor:name="Key" oor:type="xs:int">
  2882.  
  2883.                     <info>
  2884.  
  2885.                         <deprecated/>
  2886.                     </info>
  2887.                 </prop>
  2888.                 <prop oor:name="Version" oor:type="xs:string">
  2889.  
  2890.                     <info>
  2891.  
  2892.                         <deprecated/>
  2893.                     </info>
  2894.                     <value/>
  2895.                 </prop>
  2896.                 <prop oor:name="State" oor:type="xs:boolean">
  2897.  
  2898.                     <info>
  2899.  
  2900.                         <deprecated/>
  2901.                     </info>
  2902.                     <value>false</value>
  2903.                 </prop>
  2904.                 <prop oor:name="Flag" oor:type="xs:int">
  2905.  
  2906.                     <info>
  2907.  
  2908.                         <deprecated/>
  2909.                     </info>
  2910.                 </prop>
  2911.                 <prop oor:name="UserData" oor:type="xs:string">
  2912.  
  2913.                     <info>
  2914.  
  2915.                         <deprecated/>
  2916.                     </info>
  2917.                     <value/>
  2918.                 </prop>
  2919.             </group>
  2920.             <group oor:name="SplitWindow">
  2921.  
  2922.                 <info>
  2923.  
  2924.                     <deprecated/>
  2925.                 </info>
  2926.                 <prop oor:name="Key" oor:type="xs:string">
  2927.  
  2928.                     <info>
  2929.  
  2930.                         <deprecated/>
  2931.                     </info>
  2932.                     <value/>
  2933.                 </prop>
  2934.                 <prop oor:name="Version" oor:type="xs:int">
  2935.  
  2936.                     <info>
  2937.  
  2938.                         <deprecated/>
  2939.                     </info>
  2940.                 </prop>
  2941.                 <prop oor:name="State" oor:type="xs:int">
  2942.  
  2943.                     <info>
  2944.  
  2945.                         <deprecated/>
  2946.                     </info>
  2947.                 </prop>
  2948.                 <prop oor:name="Count" oor:type="xs:int">
  2949.  
  2950.                     <info>
  2951.  
  2952.                         <deprecated/>
  2953.                     </info>
  2954.                 </prop>
  2955.                 <prop oor:name="Sequence" oor:type="xs:int">
  2956.  
  2957.                     <info>
  2958.  
  2959.                         <deprecated/>
  2960.                     </info>
  2961.                 </prop>
  2962.             </group>
  2963.             <group oor:name="FontAntiAliasing">
  2964.  
  2965.                 <info>
  2966.  
  2967.                     <desc>Font antialiasing properties</desc>
  2968.                 </info>
  2969.                 <prop oor:name="Enabled" oor:type="xs:boolean">
  2970.  
  2971.                     <info>
  2972.  
  2973.                         <desc>Specifies font antialiasing properties</desc>
  2974.                         <label>Font Antialiasing Enabled</label>
  2975.                     </info>
  2976.                     <value>true</value>
  2977.                 </prop>
  2978.                 <prop oor:name="MinPixelHeight" oor:type="xs:short">
  2979.  
  2980.                     <info>
  2981.  
  2982.                         <desc>Specifies an additional limit if Font Antialiasing is enabled. Fonts that are smaller than the specified limit are not anti-aliased.</desc>
  2983.                         <label>Font Antialiasing Minimum Pixel Height</label>
  2984.                     </info>
  2985.                     <value>8</value>
  2986.                 </prop>
  2987.             </group>
  2988.         </group>
  2989.         <group oor:name="Undo">
  2990.  
  2991.             <info>
  2992.  
  2993.                 <desc>Contains the settings regarding the undo operation in the Office.</desc>
  2994.             </info>
  2995.             <prop oor:name="Steps" oor:type="xs:int">
  2996.  
  2997.                 <info>
  2998.  
  2999.                     <desc>Specifies how many operations can be undone in a row.</desc>
  3000.                     <label>Number of steps</label>
  3001.                 </info>
  3002.                 <constraints>
  3003.  
  3004.                     <minInclusive oor:value="1">
  3005.  
  3006.                         <info>
  3007.  
  3008.                             <desc>Specifies the lowest number of undo steps possible.</desc>
  3009.                         </info>
  3010.                     </minInclusive>
  3011.                     <maxInclusive oor:value="1000">
  3012.  
  3013.                         <info>
  3014.  
  3015.                             <desc>Specifies the highest number of undo steps possible.</desc>
  3016.                         </info>
  3017.                     </maxInclusive>
  3018.                 </constraints>
  3019.                 <value>100</value>
  3020.             </prop>
  3021.         </group>
  3022.         <group oor:name="Setup">
  3023.  
  3024.             <info>
  3025.  
  3026.                 <desc>Specifies options related to the setup.</desc>
  3027.             </info>
  3028.             <group oor:name="Language">
  3029.  
  3030.                 <info>
  3031.  
  3032.                     <desc>Specifies options related to the installed languages.</desc>
  3033.                 </info>
  3034.                 <prop oor:name="Locales" oor:type="oor:string-list">
  3035.  
  3036.                     <info>
  3037.  
  3038.                         <desc>Contains the installed Office languages for the menus and dialogs.</desc>
  3039.                     </info>
  3040.                 </prop>
  3041.             </group>
  3042.         </group>
  3043.         <group oor:name="Print">
  3044.  
  3045.             <info>
  3046.  
  3047.                 <desc>Specifies options related to printing.</desc>
  3048.             </info>
  3049.             <prop oor:name="PrintingModifiesDocument" oor:type="xs:boolean">
  3050.  
  3051.                 <info>
  3052.  
  3053.                     <desc>Specifies if printing a document can modify a document due to reformatting</desc>
  3054.                     <label>(PrinterOptions) PrintingModifiesDocument</label>
  3055.                 </info>
  3056.                 <value>false</value>
  3057.             </prop>
  3058.             <group oor:name="Warning">
  3059.  
  3060.                 <info>
  3061.  
  3062.                     <desc>Contains settings for print specific warnings.</desc>
  3063.                 </info>
  3064.                 <prop oor:name="PaperSize" oor:type="xs:boolean">
  3065.  
  3066.                     <info>
  3067.  
  3068.                         <desc>Specifies if a warning should be displayed in case the printout requires a specific paper size</desc>
  3069.                         <label>(Warnings) Paper size</label>
  3070.                     </info>
  3071.                     <value>false</value>
  3072.                 </prop>
  3073.                 <prop oor:name="PaperOrientation" oor:type="xs:boolean">
  3074.  
  3075.                     <info>
  3076.  
  3077.                         <desc>Specifies if a warning should be displayed in case the printout requires a specific paper orientation</desc>
  3078.                         <label>(Warnings) Paper orientation</label>
  3079.                     </info>
  3080.                     <value>false</value>
  3081.                 </prop>
  3082.                 <prop oor:name="NotFound" oor:type="xs:boolean">
  3083.  
  3084.                     <info>
  3085.  
  3086.                         <desc>Specifies if a warning should be displayed in case the printer defined in the document was not found</desc>
  3087.                         <label>(Warnings) Not found</label>
  3088.                     </info>
  3089.                     <value>false</value>
  3090.                 </prop>
  3091.                 <prop oor:name="Transparency" oor:type="xs:boolean">
  3092.  
  3093.                     <info>
  3094.  
  3095.                         <desc>Specifies if a warning should be displayed in case the printout contains transparent objects.</desc>
  3096.                         <label>(Warnings) Transparency</label>
  3097.                     </info>
  3098.                     <value>true</value>
  3099.                 </prop>
  3100.             </group>
  3101.             <group oor:name="Option">
  3102.  
  3103.                 <info>
  3104.  
  3105.                     <desc>Specifies the options related to printing.</desc>
  3106.                 </info>
  3107.                 <group oor:name="Printer">
  3108.  
  3109.                     <info>
  3110.  
  3111.                         <desc>Specifies the options related to printing.</desc>
  3112.                     </info>
  3113.                     <prop oor:name="ReduceTransparency" oor:type="xs:boolean">
  3114.  
  3115.                         <info>
  3116.  
  3117.                             <desc>Indicates whether to ignore transparency for the output of objects.</desc>
  3118.                             <label>(PrinterOptions) ReduceTransparency</label>
  3119.                         </info>
  3120.                         <value>false</value>
  3121.                     </prop>
  3122.                     <prop oor:name="ReducedTransparencyMode" oor:type="xs:short">
  3123.  
  3124.                         <info>
  3125.  
  3126.                             <desc>Specifies type of transparency reduction: 0 - Automatically determine reduction, 1 - Always disabled.</desc>
  3127.                             <label>(PrinterOptions) ReducedTransparencyMode</label>
  3128.                         </info>
  3129.                         <value>0</value>
  3130.                     </prop>
  3131.                     <prop oor:name="ReduceGradients" oor:type="xs:boolean">
  3132.  
  3133.                         <info>
  3134.  
  3135.                             <desc>Indicates whether to reduce memory usage for output of gradients by limiting the number of gradient steps.</desc>
  3136.                             <label>(PrinterOptions) ReduceGradients</label>
  3137.                         </info>
  3138.                         <value>false</value>
  3139.                     </prop>
  3140.                     <prop oor:name="ReducedGradientMode" oor:type="xs:short">
  3141.  
  3142.                         <info>
  3143.  
  3144.                             <desc>Specifies type of gradient reduction: 0 - reduce the number of stripes, 1 - reduce to color.</desc>
  3145.                             <label>(PrinterOptions) ReducedGradientMode</label>
  3146.                         </info>
  3147.                         <value>0</value>
  3148.                     </prop>
  3149.                     <prop oor:name="ReducedGradientStepCount" oor:type="xs:short">
  3150.  
  3151.                         <info>
  3152.  
  3153.                             <desc>Specifies the maximum number stripes used for output of gradients.</desc>
  3154.                             <label>(PrinterOptions) ReducedGradientStepCount</label>
  3155.                         </info>
  3156.                         <value>64</value>
  3157.                     </prop>
  3158.                     <prop oor:name="ReduceBitmaps" oor:type="xs:boolean">
  3159.  
  3160.                         <info>
  3161.  
  3162.                             <desc>Indicates whether to reduce the memory usage of bitmaps for print process by limiting the resolution.</desc>
  3163.                             <label>(PrinterOptions) ReduceBitmaps</label>
  3164.                         </info>
  3165.                         <value>false</value>
  3166.                     </prop>
  3167.                     <prop oor:name="ReducedBitmapMode" oor:type="xs:short">
  3168.  
  3169.                         <info>
  3170.  
  3171.                             <desc>Specifies type of bitmap reduction: 0 - Automatically determine optimal resolution, 1 - Use original resolution, 2 - User defined resolution.</desc>
  3172.                             <label>(PrinterOptions) ReducedBitmapMode</label>
  3173.                         </info>
  3174.                         <value>1</value>
  3175.                     </prop>
  3176.                     <prop oor:name="ReducedBitmapResolution" oor:type="xs:short">
  3177.  
  3178.                         <info>
  3179.  
  3180.                             <desc>Specifies resolution of reduced bitmaps: 0 - 72DPI, 1 - 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
  3181.                             <label>(PrinterOptions) ReducedBitmapResolution</label>
  3182.                         </info>
  3183.                         <value>3</value>
  3184.                     </prop>
  3185.                     <prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean">
  3186.  
  3187.                         <info>
  3188.  
  3189.                             <desc>Indicates whether to reduce the resolution of automatically created substitution bitmaps of transparent objects.</desc>
  3190.                             <label>(PrinterOptions) ReducedBitmapIncludesTransparency</label>
  3191.                         </info>
  3192.                         <value>true</value>
  3193.                     </prop>
  3194.                     <prop oor:name="ConvertToGreyscales" oor:type="xs:boolean">
  3195.  
  3196.                         <info>
  3197.  
  3198.                             <desc>Indicates whether to create only grayscale output of all objects.</desc>
  3199.                             <label>(PrinterOptions) ConvertToGreyscales</label>
  3200.                         </info>
  3201.                         <value>false</value>
  3202.                     </prop>
  3203.                 </group>
  3204.                 <group oor:name="File">
  3205.  
  3206.                     <info>
  3207.  
  3208.                         <desc>Specifies the options for printing to a file.</desc>
  3209.                         <label>Print File</label>
  3210.                     </info>
  3211.                     <prop oor:name="ReduceTransparency" oor:type="xs:boolean">
  3212.  
  3213.                         <info>
  3214.  
  3215.                             <desc>Indicates whether to ignore transparency for the output of objects.</desc>
  3216.                             <label>(PrintFileOptions) ReduceTransparency</label>
  3217.                         </info>
  3218.                         <value>false</value>
  3219.                     </prop>
  3220.                     <prop oor:name="ReducedTransparencyMode" oor:type="xs:short">
  3221.  
  3222.                         <info>
  3223.  
  3224.                             <desc>Indicates the type of transparency reduction: 0 - Automatically determine reduction, 1 - Always disabled.</desc>
  3225.                             <label>(PrintFileOptions) ReducedTransparencyMode</label>
  3226.                         </info>
  3227.                         <value>0</value>
  3228.                     </prop>
  3229.                     <prop oor:name="ReduceGradients" oor:type="xs:boolean">
  3230.  
  3231.                         <info>
  3232.  
  3233.                             <desc>Indicates whether to reduce memory usage for output of gradients by limiting the number of gradient steps.</desc>
  3234.                             <label>(PrintFileOptions) ReduceGradients</label>
  3235.                         </info>
  3236.                         <value>false</value>
  3237.                     </prop>
  3238.                     <prop oor:name="ReducedGradientMode" oor:type="xs:short">
  3239.  
  3240.                         <info>
  3241.  
  3242.                             <desc>Indicates the type of gradient reduction: 0 - Reduce the number of stripes, 1 - Reduce to color.</desc>
  3243.                             <label>(PrintFileOptions) ReducedGradientMode</label>
  3244.                         </info>
  3245.                         <value>0</value>
  3246.                     </prop>
  3247.                     <prop oor:name="ReducedGradientStepCount" oor:type="xs:short">
  3248.  
  3249.                         <info>
  3250.  
  3251.                             <desc>Specifies the maximum number stripes used for output of gradients.</desc>
  3252.                             <label>(PrintFileOptions) ReducedGradientStepCount</label>
  3253.                         </info>
  3254.                         <value>64</value>
  3255.                     </prop>
  3256.                     <prop oor:name="ReduceBitmaps" oor:type="xs:boolean">
  3257.  
  3258.                         <info>
  3259.  
  3260.                             <desc>Indicates whether to reduce the memory usage of bitmaps for the print process by limiting the resolution.</desc>
  3261.                             <label>(PrintFileOptions) ReduceBitmaps</label>
  3262.                         </info>
  3263.                         <value>false</value>
  3264.                     </prop>
  3265.                     <prop oor:name="ReducedBitmapMode" oor:type="xs:short">
  3266.  
  3267.                         <info>
  3268.  
  3269.                             <desc>Specifies the type of bitmap reduction: 0 - Automatically determine optimal resolution, 1 - Use original resolution, 2 - User defined resolution.</desc>
  3270.                             <label>(PrintFileOptions) ReducedBitmapMode</label>
  3271.                         </info>
  3272.                         <value>1</value>
  3273.                     </prop>
  3274.                     <prop oor:name="ReducedBitmapResolution" oor:type="xs:short">
  3275.  
  3276.                         <info>
  3277.  
  3278.                             <desc>Specifies the resolution of reduced bitmaps: 0 - 72DPI, 1 - 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
  3279.                             <label>(PrintFileOptions) ReducedBitmapResolution</label>
  3280.                         </info>
  3281.                         <value>3</value>
  3282.                     </prop>
  3283.                     <prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean">
  3284.  
  3285.                         <info>
  3286.  
  3287.                             <desc>Indicates whether to reduce the resolution of automatically created substitution bitmaps of transparent objects.</desc>
  3288.                             <label>(PrintFileOptions) ReducedBitmapIncludesTransparency</label>
  3289.                         </info>
  3290.                         <value>true</value>
  3291.                     </prop>
  3292.                     <prop oor:name="ConvertToGreyscales" oor:type="xs:boolean">
  3293.  
  3294.                         <info>
  3295.  
  3296.                             <desc>Indicates whether to create only grayscale output of all objects.</desc>
  3297.                             <label>(PrintFileOptions) ConvertToGreyscales</label>
  3298.                         </info>
  3299.                         <value>false</value>
  3300.                     </prop>
  3301.                 </group>
  3302.             </group>
  3303.         </group>
  3304.         <group oor:name="WorkingSet">
  3305.  
  3306.             <info>
  3307.  
  3308.                 <deprecated/>
  3309.             </info>
  3310.             <prop oor:name="WindowList" oor:type="oor:string-list">
  3311.  
  3312.                 <info>
  3313.  
  3314.                     <deprecated/>
  3315.                 </info>
  3316.             </prop>
  3317.         </group>
  3318.         <group oor:name="AddXMLToStorage">
  3319.  
  3320.             <info>
  3321.  
  3322.                 <desc>Contains settings specifying if a XML package is added to the applications binary files.</desc>
  3323.             </info>
  3324.             <prop oor:name="Writer" oor:type="xs:boolean">
  3325.  
  3326.                 <info>
  3327.  
  3328.                     <desc>Defines if a XML package is added to the Writer binary files.</desc>
  3329.                 </info>
  3330.             </prop>
  3331.             <prop oor:name="Calc" oor:type="xs:boolean">
  3332.  
  3333.                 <info>
  3334.  
  3335.                     <desc>Defines if a XML package is added to the Calc binary files.</desc>
  3336.                 </info>
  3337.             </prop>
  3338.             <prop oor:name="Impress" oor:type="xs:boolean">
  3339.  
  3340.                 <info>
  3341.  
  3342.                     <desc>Defines if a XML package is added to the Impress binary files.</desc>
  3343.                 </info>
  3344.             </prop>
  3345.             <prop oor:name="Draw" oor:type="xs:boolean">
  3346.  
  3347.                 <info>
  3348.  
  3349.                     <desc>Defines if a XML package is added to the Draw binary files.</desc>
  3350.                 </info>
  3351.             </prop>
  3352.         </group>
  3353.         <group oor:name="Help">
  3354.  
  3355.             <info>
  3356.  
  3357.                 <desc>Contains settings that specify the common help settings.</desc>
  3358.             </info>
  3359.             <prop oor:name="ShowBasic" oor:type="xs:boolean">
  3360.  
  3361.                 <info>
  3362.  
  3363.                     <desc>Determines wether basic help should be shown.</desc>
  3364.                 </info>
  3365.                 <value>true</value>
  3366.             </prop>
  3367.             <prop oor:name="Locale" oor:type="xs:string">
  3368.  
  3369.                 <info>
  3370.  
  3371.                     <desc>Determines the locale for the help pages.</desc>
  3372.                 </info>
  3373.                 <value/>
  3374.             </prop>
  3375.             <prop oor:name="System" oor:type="xs:string">
  3376.  
  3377.                 <info>
  3378.  
  3379.                     <desc>Determines the operating system on which the help system is displayed.</desc>
  3380.                 </info>
  3381.                 <value/>
  3382.             </prop>
  3383.             <prop oor:name="Tip" oor:type="xs:boolean">
  3384.  
  3385.                 <info>
  3386.  
  3387.                     <desc>Activates the Tip help.</desc>
  3388.                     <label>Tips</label>
  3389.                 </info>
  3390.                 <value>true</value>
  3391.             </prop>
  3392.             <prop oor:name="ExtendedTip" oor:type="xs:boolean">
  3393.  
  3394.                 <info>
  3395.  
  3396.                     <desc>Activates the Extended help.</desc>
  3397.                     <label>Extended Tips</label>
  3398.                 </info>
  3399.                 <value>false</value>
  3400.             </prop>
  3401.             <prop oor:name="HelpStyleSheet" oor:type="xs:string">
  3402.  
  3403.                 <info>
  3404.  
  3405.                     <desc>Specifies the name of the stylesheet used to display help content.</desc>
  3406.                 </info>
  3407.                 <value>Default</value>
  3408.             </prop>
  3409.             <group oor:name="HelpAgent">
  3410.  
  3411.                 <info>
  3412.  
  3413.                     <desc>Specifies the properties of the HelpAgent.</desc>
  3414.                 </info>
  3415.                 <prop oor:name="Enabled" oor:type="xs:boolean">
  3416.  
  3417.                     <info>
  3418.  
  3419.                         <desc>Specifies whether the HelpAgent is enabled.</desc>
  3420.                         <label>enable HelpAgent</label>
  3421.                     </info>
  3422.                     <value>true</value>
  3423.                 </prop>
  3424.                 <prop oor:name="Timeout" oor:type="xs:int">
  3425.  
  3426.                     <info>
  3427.  
  3428.                         <desc>Specifies the time-out value in seconds after which the HelpAgent is closed automatically if ignored by the user.</desc>
  3429.                         <label>HelpAgent timeout</label>
  3430.                     </info>
  3431.                     <value>30</value>
  3432.                 </prop>
  3433.                 <prop oor:name="RetryLimit" oor:type="xs:int">
  3434.  
  3435.                     <info>
  3436.  
  3437.                         <desc>Specifies how often the user must ignore a given HelpAgent topic until it is disregarded in the future (any requests for this topic will be dropped silently).</desc>
  3438.                         <label>HelpAgent retry limit</label>
  3439.                     </info>
  3440.                     <value>3</value>
  3441.                 </prop>
  3442.                 <set oor:name="IgnoreList" oor:node-type="NameCounter">
  3443.  
  3444.                     <info>
  3445.  
  3446.                         <desc>Contains the help URLs which have been ignored at least once by the user, together with a counter of how often they have been ignored.</desc>
  3447.                         <label>HelpAgent ignore list</label>
  3448.                     </info>
  3449.                 </set>
  3450.             </group>
  3451.             <group oor:name="Registration">
  3452.  
  3453.                 <info>
  3454.  
  3455.                     <desc>Contains various settings regarding the product registration feature.</desc>
  3456.                 </info>
  3457.                 <prop oor:name="URL" oor:type="xs:string">
  3458.  
  3459.                     <info>
  3460.  
  3461.                         <desc>Contains a string specifying the URL to be used for online registration.</desc>
  3462.                     </info>
  3463.                     <value/>
  3464.                 </prop>
  3465.                 <prop oor:name="ReminderDate" oor:type="xs:string">
  3466.  
  3467.                     <info>
  3468.  
  3469.                         <desc>Contains a string representation of the date on which the user receives a reminder (e.g. "13.02.2002").</desc>
  3470.                     </info>
  3471.                     <value/>
  3472.                 </prop>
  3473.                 <prop oor:name="RequestDialog" oor:type="xs:int">
  3474.  
  3475.                     <info>
  3476.  
  3477.                         <desc>Contains the number used internally to determine when the dialog should be started.</desc>
  3478.                     </info>
  3479.                     <value>1</value>
  3480.                 </prop>
  3481.                 <prop oor:name="ShowMenuItem" oor:type="xs:boolean">
  3482.  
  3483.                     <info>
  3484.  
  3485.                         <desc>Contains a Boolean that specifies if the "Registration..." menu item is available.</desc>
  3486.                     </info>
  3487.                     <value>true</value>
  3488.                 </prop>
  3489.             </group>
  3490.         </group>
  3491.         <group oor:name="Java">
  3492.  
  3493.             <info>
  3494.  
  3495.                 <desc>Contains Java related settings.</desc>
  3496.             </info>
  3497.             <group oor:name="Applet">
  3498.  
  3499.                 <info>
  3500.  
  3501.                     <desc>Contains Applet related settings.</desc>
  3502.                 </info>
  3503.                 <prop oor:name="Enable" oor:type="xs:boolean">
  3504.  
  3505.                     <info>
  3506.  
  3507.                         <desc>Enables/disables Java applets in Office documents.</desc>
  3508.                         <label>Enable Applets</label>
  3509.                     </info>
  3510.                     <value>true</value>
  3511.                 </prop>
  3512.             </group>
  3513.         </group>
  3514.         <group oor:name="Vectorize">
  3515.  
  3516.             <info>
  3517.  
  3518.                 <desc>Specifies the options related to the vectorization of bitmaps.</desc>
  3519.             </info>
  3520.             <prop oor:name="ColorCount" oor:type="xs:short">
  3521.  
  3522.                 <info>
  3523.  
  3524.                     <desc>Specifies the number of colors that are used to create a vector graphic in Draw/Impress [UNIT=count].</desc>
  3525.                     <label>Number of colors</label>
  3526.                 </info>
  3527.                 <constraints>
  3528.  
  3529.                     <minInclusive oor:value="8">
  3530.  
  3531.                         <info>
  3532.  
  3533.                             <desc>Specifies that the lowest number that can be used to create a vector graphic is 8.</desc>
  3534.                         </info>
  3535.                     </minInclusive>
  3536.                     <maxInclusive oor:value="32">
  3537.  
  3538.                         <info>
  3539.  
  3540.                             <desc>Specifies that the lowest number that can be used to create a vector graphic is 32.</desc>
  3541.                         </info>
  3542.                     </maxInclusive>
  3543.                 </constraints>
  3544.                 <value>8</value>
  3545.             </prop>
  3546.             <prop oor:name="PointReduce" oor:type="xs:short">
  3547.  
  3548.                 <info>
  3549.  
  3550.                     <desc>Specifies the number of pixels that you want to combine as a single pixel when creating a vector graphic.</desc>
  3551.                     <label>Point reduction</label>
  3552.                 </info>
  3553.                 <constraints>
  3554.  
  3555.                     <minInclusive oor:value="0">
  3556.  
  3557.                         <info>
  3558.  
  3559.                             <desc>Specifies the minimum value to reduce point is 0 pixels.</desc>
  3560.                         </info>
  3561.                     </minInclusive>
  3562.                     <maxInclusive oor:value="32">
  3563.  
  3564.                         <info>
  3565.  
  3566.                             <desc>Specifies the maximum value to reduce point is 32 pixels.</desc>
  3567.                         </info>
  3568.                     </maxInclusive>
  3569.                 </constraints>
  3570.                 <value>0</value>
  3571.             </prop>
  3572.             <prop oor:name="FillHole" oor:type="xs:boolean">
  3573.  
  3574.                 <info>
  3575.  
  3576.                     <desc>Indicates whether to create a tiled background before vectorizing.</desc>
  3577.                     <label>Fill holes</label>
  3578.                 </info>
  3579.                 <value>false</value>
  3580.             </prop>
  3581.             <prop oor:name="TileExtent" oor:type="xs:short">
  3582.  
  3583.                 <info>
  3584.  
  3585.                     <desc>Specifies the extent of background tiles that are used for vectorizing [UNIT=pixel].</desc>
  3586.                     <label>Tile extent</label>
  3587.                 </info>
  3588.                 <constraints>
  3589.  
  3590.                     <minInclusive oor:value="8">
  3591.  
  3592.                         <info>
  3593.  
  3594.                             <desc>Specifies that the minimum extent is 8 pixels.</desc>
  3595.                         </info>
  3596.                     </minInclusive>
  3597.                     <maxInclusive oor:value="128">
  3598.  
  3599.                         <info>
  3600.  
  3601.                             <desc>Specifies that the maximum extent is 128 pixels.</desc>
  3602.                         </info>
  3603.                     </maxInclusive>
  3604.                 </constraints>
  3605.                 <value>32</value>
  3606.             </prop>
  3607.         </group>
  3608.         <group oor:name="Image">
  3609.  
  3610.             <info>
  3611.  
  3612.                 <desc>Specifies the options for images.</desc>
  3613.                 <label>Image</label>
  3614.             </info>
  3615.             <group oor:name="Color">
  3616.  
  3617.                 <info>
  3618.  
  3619.                     <desc>Specifies the color options for images.</desc>
  3620.                     <label>Image Color</label>
  3621.                 </info>
  3622.                 <prop oor:name="Grayscale" oor:type="xs:short">
  3623.  
  3624.                     <info>
  3625.  
  3626.                         <deprecated/>
  3627.                     </info>
  3628.                     <value>256</value>
  3629.                 </prop>
  3630.                 <prop oor:name="PosterColor" oor:type="xs:short">
  3631.  
  3632.                     <info>
  3633.  
  3634.                         <deprecated/>
  3635.                     </info>
  3636.                     <value>16</value>
  3637.                 </prop>
  3638.                 <prop oor:name="Brightness" oor:type="xs:int">
  3639.  
  3640.                     <info>
  3641.  
  3642.                         <deprecated/>
  3643.                     </info>
  3644.                     <value>10</value>
  3645.                 </prop>
  3646.                 <prop oor:name="Contrast" oor:type="xs:int">
  3647.  
  3648.                     <info>
  3649.  
  3650.                         <deprecated/>
  3651.                     </info>
  3652.                     <value>10</value>
  3653.                 </prop>
  3654.                 <prop oor:name="RotationAngle" oor:type="xs:int">
  3655.  
  3656.                     <info>
  3657.  
  3658.                         <deprecated/>
  3659.                     </info>
  3660.                     <value>4500</value>
  3661.                 </prop>
  3662.                 <prop oor:name="LeftRight" oor:type="xs:boolean">
  3663.  
  3664.                     <info>
  3665.  
  3666.                         <deprecated/>
  3667.                     </info>
  3668.                     <value>true</value>
  3669.                 </prop>
  3670.                 <prop oor:name="BlackWhiteThreshold" oor:type="xs:int">
  3671.  
  3672.                     <info>
  3673.  
  3674.                         <deprecated/>
  3675.                     </info>
  3676.                     <value>50</value>
  3677.                 </prop>
  3678.                 <group oor:name="RGB">
  3679.  
  3680.                     <info>
  3681.  
  3682.                         <desc>Specifies the RGB color options for images.</desc>
  3683.                         <label>Image RGB Color</label>
  3684.                     </info>
  3685.                     <prop oor:name="Red" oor:type="xs:int">
  3686.  
  3687.                         <info>
  3688.  
  3689.                             <deprecated/>
  3690.                         </info>
  3691.                         <value>10</value>
  3692.                     </prop>
  3693.                     <prop oor:name="Green" oor:type="xs:int">
  3694.  
  3695.                         <info>
  3696.  
  3697.                             <deprecated/>
  3698.                         </info>
  3699.                         <value>10</value>
  3700.                     </prop>
  3701.                     <prop oor:name="Blue" oor:type="xs:int">
  3702.  
  3703.                         <info>
  3704.  
  3705.                             <deprecated/>
  3706.                         </info>
  3707.                         <value>10</value>
  3708.                     </prop>
  3709.                 </group>
  3710.             </group>
  3711.             <group oor:name="Effect">
  3712.  
  3713.                 <info>
  3714.  
  3715.                     <desc>Specifies the effects options for images.</desc>
  3716.                     <label>Image Effects</label>
  3717.                 </info>
  3718.                 <prop oor:name="MosaicX_Tile" oor:type="xs:short">
  3719.  
  3720.                     <info>
  3721.  
  3722.                         <deprecated/>
  3723.                     </info>
  3724.                     <value>4</value>
  3725.                 </prop>
  3726.                 <prop oor:name="MosaicY_Tile" oor:type="xs:short">
  3727.  
  3728.                     <info>
  3729.  
  3730.                         <deprecated/>
  3731.                     </info>
  3732.                     <value>4</value>
  3733.                 </prop>
  3734.                 <prop oor:name="Definition" oor:type="xs:short">
  3735.  
  3736.                     <info>
  3737.  
  3738.                         <deprecated/>
  3739.                     </info>
  3740.                     <value>2</value>
  3741.                 </prop>
  3742.                 <prop oor:name="SolarizationThreshold" oor:type="xs:int">
  3743.  
  3744.                     <info>
  3745.  
  3746.                         <deprecated/>
  3747.                     </info>
  3748.                     <value>10</value>
  3749.                 </prop>
  3750.                 <prop oor:name="Invert" oor:type="xs:boolean">
  3751.  
  3752.                     <info>
  3753.  
  3754.                         <deprecated/>
  3755.                     </info>
  3756.                     <value>false</value>
  3757.                 </prop>
  3758.                 <prop oor:name="TileX_Tile" oor:type="xs:short">
  3759.  
  3760.                     <info>
  3761.  
  3762.                         <deprecated/>
  3763.                     </info>
  3764.                     <value>4</value>
  3765.                 </prop>
  3766.                 <prop oor:name="TileY_Tile" oor:type="xs:short">
  3767.  
  3768.                     <info>
  3769.  
  3770.                         <deprecated/>
  3771.                     </info>
  3772.                     <value>4</value>
  3773.                 </prop>
  3774.                 <prop oor:name="Degree" oor:type="xs:short">
  3775.  
  3776.                     <info>
  3777.  
  3778.                         <deprecated/>
  3779.                     </info>
  3780.                     <value>2</value>
  3781.                 </prop>
  3782.                 <prop oor:name="Intensity" oor:type="xs:int">
  3783.  
  3784.                     <info>
  3785.  
  3786.                         <deprecated/>
  3787.                     </info>
  3788.                     <value>10</value>
  3789.                 </prop>
  3790.             </group>
  3791.         </group>
  3792.         <group oor:name="DateFormat">
  3793.  
  3794.             <info>
  3795.  
  3796.                 <desc>Specifies settings for the date formats used.</desc>
  3797.             </info>
  3798.             <prop oor:name="TwoDigitYear" oor:type="xs:int">
  3799.  
  3800.                 <info>
  3801.  
  3802.                     <desc>Specifies the first year that can be entered using two-digit-year date formats.</desc>
  3803.                     <label>First two-digit year</label>
  3804.                 </info>
  3805.                 <value>1930</value>
  3806.             </prop>
  3807.         </group>
  3808.         <group oor:name="Filter">
  3809.  
  3810.             <info>
  3811.  
  3812.                 <desc>Specifies default settings of Microsoft-, Graphic- and HTML filters.</desc>
  3813.             </info>
  3814.             <group oor:name="Microsoft">
  3815.  
  3816.                 <info>
  3817.  
  3818.                     <desc>Specifies default settings of Microsoft filters.</desc>
  3819.                 </info>
  3820.                 <group oor:name="Import">
  3821.  
  3822.                     <info>
  3823.  
  3824.                         <desc>Specifies default settings of Microsoft import filters.</desc>
  3825.                     </info>
  3826.                     <prop oor:name="MathTypeToMath" oor:type="xs:boolean">
  3827.  
  3828.                         <info>
  3829.  
  3830.                             <desc>Specifies if convertible MathType OLE objects are converted into Math objects.</desc>
  3831.                         </info>
  3832.                         <value>false</value>
  3833.                     </prop>
  3834.                     <prop oor:name="WinWordToWriter" oor:type="xs:boolean">
  3835.  
  3836.                         <info>
  3837.  
  3838.                             <desc>Specifies if convertible WinWord OLE objects are converted into Writer objects.</desc>
  3839.                         </info>
  3840.                         <value>false</value>
  3841.                     </prop>
  3842.                     <prop oor:name="ExcelToCalc" oor:type="xs:boolean">
  3843.  
  3844.                         <info>
  3845.  
  3846.                             <desc>Specifies if convertible Excel OLE objects are converted into Calc objects.</desc>
  3847.                         </info>
  3848.                         <value>false</value>
  3849.                     </prop>
  3850.                     <prop oor:name="PowerPointToImpress" oor:type="xs:boolean">
  3851.  
  3852.                         <info>
  3853.  
  3854.                             <desc>Specifies if convertible PowerPoint OLE objects are converted into Impress objects.</desc>
  3855.                         </info>
  3856.                         <value>false</value>
  3857.                     </prop>
  3858.                 </group>
  3859.                 <group oor:name="Export">
  3860.  
  3861.                     <info>
  3862.  
  3863.                         <desc>Specifies default settings of Microsoft export filters.</desc>
  3864.                     </info>
  3865.                     <prop oor:name="MathToMathType" oor:type="xs:boolean">
  3866.  
  3867.                         <info>
  3868.  
  3869.                             <desc>Specifies if embedded Math objects are converted into MathType objects.</desc>
  3870.                         </info>
  3871.                         <value>false</value>
  3872.                     </prop>
  3873.                     <prop oor:name="WriterToWinWord" oor:type="xs:boolean">
  3874.  
  3875.                         <info>
  3876.  
  3877.                             <desc>Specifies if embedded Writer objects are converted into WinWord objects.</desc>
  3878.                         </info>
  3879.                         <value>false</value>
  3880.                     </prop>
  3881.                     <prop oor:name="CalcToExcel" oor:type="xs:boolean">
  3882.  
  3883.                         <info>
  3884.  
  3885.                             <desc>Specifies if embedded Calc objects are converted into Excel objects.</desc>
  3886.                         </info>
  3887.                         <value>false</value>
  3888.                     </prop>
  3889.                     <prop oor:name="ImpressToPowerPoint" oor:type="xs:boolean">
  3890.  
  3891.                         <info>
  3892.  
  3893.                             <desc>Specifies if embedded Impress objects are converted into PowerPoint objects.</desc>
  3894.                         </info>
  3895.                         <value>false</value>
  3896.                     </prop>
  3897.                 </group>
  3898.             </group>
  3899.             <group oor:name="Graphic">
  3900.  
  3901.                 <info>
  3902.  
  3903.                     <desc>Specifies default settings of graphic import and export dialogs.</desc>
  3904.                 </info>
  3905.                 <group oor:name="Import">
  3906.  
  3907.                     <info>
  3908.  
  3909.                         <desc>Specifies default settings of graphic import dialogs.</desc>
  3910.                     </info>
  3911.                     <group oor:name="PCD">
  3912.  
  3913.                         <info>
  3914.  
  3915.                             <desc>Specifies default settings of the PCD - Photo CD Base import dialog.</desc>
  3916.                         </info>
  3917.                         <prop oor:name="Resolution" oor:type="xs:int">
  3918.  
  3919.                             <info>
  3920.  
  3921.                                 <desc>Specifies import resolution of PCD graphics.</desc>
  3922.                                 <label>Resolution - Base16 / Base4 / Base</label>
  3923.                             </info>
  3924.                             <constraints>
  3925.  
  3926.                                 <enumeration oor:value="0">
  3927.  
  3928.                                     <info>
  3929.  
  3930.                                         <desc>PCD-Base16, 192*128 PCD graphic.</desc>
  3931.                                     </info>
  3932.                                 </enumeration>
  3933.                                 <enumeration oor:value="1">
  3934.  
  3935.                                     <info>
  3936.  
  3937.                                         <desc>PCD-Base4, 384*256 PCD graphic.</desc>
  3938.                                     </info>
  3939.                                 </enumeration>
  3940.                                 <enumeration oor:value="2">
  3941.  
  3942.                                     <info>
  3943.  
  3944.                                         <desc>PCD-Base, 768*512 PCD graphic.</desc>
  3945.                                     </info>
  3946.                                 </enumeration>
  3947.                             </constraints>
  3948.                             <value>2</value>
  3949.                         </prop>
  3950.                     </group>
  3951.                 </group>
  3952.                 <group oor:name="Export">
  3953.  
  3954.                     <info>
  3955.  
  3956.                         <desc>Specifies default settings of graphic export dialogs.</desc>
  3957.                     </info>
  3958.                     <group oor:name="BMP">
  3959.  
  3960.                         <info>
  3961.  
  3962.                             <desc>Specifies default settings of the Windows Bitmap export dialog.</desc>
  3963.                         </info>
  3964.                         <prop oor:name="ExportMode" oor:type="xs:int">
  3965.  
  3966.                             <info>
  3967.  
  3968.                                 <desc>Specifies usable export modes.</desc>
  3969.                                 <label>Mode - Original / Resolution / Size</label>
  3970.                             </info>
  3971.                             <constraints>
  3972.  
  3973.                                 <enumeration oor:value="0">
  3974.  
  3975.                                     <info>
  3976.  
  3977.                                         <desc>Original size</desc>
  3978.                                     </info>
  3979.                                 </enumeration>
  3980.                                 <enumeration oor:value="1">
  3981.  
  3982.                                     <info>
  3983.  
  3984.                                         <desc>Logical size (dpi/pixel ratio)</desc>
  3985.                                     </info>
  3986.                                 </enumeration>
  3987.                                 <enumeration oor:value="2">
  3988.  
  3989.                                     <info>
  3990.  
  3991.                                         <desc>Given size</desc>
  3992.                                     </info>
  3993.                                 </enumeration>
  3994.                             </constraints>
  3995.                             <value>0</value>
  3996.                         </prop>
  3997.                         <prop oor:name="Resolution" oor:type="xs:int">
  3998.  
  3999.                             <info>
  4000.  
  4001.                                 <desc>Specifies resolution which is to be used if export mode is 1. [UNIT=dpi]</desc>
  4002.                                 <label>Resolution</label>
  4003.                             </info>
  4004.                             <constraints>
  4005.  
  4006.                                 <enumeration oor:value="75">
  4007.  
  4008.                                     <info>
  4009.  
  4010.                                         <desc>75</desc>
  4011.                                     </info>
  4012.                                 </enumeration>
  4013.                                 <enumeration oor:value="150">
  4014.  
  4015.                                     <info>
  4016.  
  4017.                                         <desc>150</desc>
  4018.                                     </info>
  4019.                                 </enumeration>
  4020.                                 <enumeration oor:value="300">
  4021.  
  4022.                                     <info>
  4023.  
  4024.                                         <desc>300</desc>
  4025.                                     </info>
  4026.                                 </enumeration>
  4027.                                 <enumeration oor:value="600">
  4028.  
  4029.                                     <info>
  4030.  
  4031.                                         <desc>600</desc>
  4032.                                     </info>
  4033.                                 </enumeration>
  4034.                             </constraints>
  4035.                             <value>75</value>
  4036.                         </prop>
  4037.                         <prop oor:name="Color" oor:type="xs:int">
  4038.  
  4039.                             <info>
  4040.  
  4041.                                 <desc>Specifies the number of colors that are to be used for the export.</desc>
  4042.                                 <label>Color resolution</label>
  4043.                             </info>
  4044.                             <constraints>
  4045.  
  4046.                                 <enumeration oor:value="0">
  4047.  
  4048.                                     <info>
  4049.  
  4050.                                         <desc>Original</desc>
  4051.                                     </info>
  4052.                                 </enumeration>
  4053.                                 <enumeration oor:value="1">
  4054.  
  4055.                                     <info>
  4056.  
  4057.                                         <desc>1 bit, 1 bit threshold</desc>
  4058.                                     </info>
  4059.                                 </enumeration>
  4060.                                 <enumeration oor:value="2">
  4061.  
  4062.                                     <info>
  4063.  
  4064.                                         <desc>1 bit, 1 bit dithered</desc>
  4065.                                     </info>
  4066.                                 </enumeration>
  4067.                                 <enumeration oor:value="3">
  4068.  
  4069.                                     <info>
  4070.  
  4071.                                         <desc>4 bit, 4 bit grayscale</desc>
  4072.                                     </info>
  4073.                                 </enumeration>
  4074.                                 <enumeration oor:value="4">
  4075.  
  4076.                                     <info>
  4077.  
  4078.                                         <desc>4 bit, 4 bit color palette</desc>
  4079.                                     </info>
  4080.                                 </enumeration>
  4081.                                 <enumeration oor:value="5">
  4082.  
  4083.                                     <info>
  4084.  
  4085.                                         <desc>8 bit, 8 bit grayscale color</desc>
  4086.                                     </info>
  4087.                                 </enumeration>
  4088.                                 <enumeration oor:value="6">
  4089.  
  4090.                                     <info>
  4091.  
  4092.                                         <desc>8 bit, 8 bit color palette</desc>
  4093.                                     </info>
  4094.                                 </enumeration>
  4095.                                 <enumeration oor:value="7">
  4096.  
  4097.                                     <info>
  4098.  
  4099.                                         <desc>24 bit, 24 bit true color</desc>
  4100.                                     </info>
  4101.                                 </enumeration>
  4102.                             </constraints>
  4103.                             <value>0</value>
  4104.                         </prop>
  4105.                         <prop oor:name="RLE_Coding" oor:type="xs:boolean">
  4106.  
  4107.                             <info>
  4108.  
  4109.                                 <desc>Specifies if Run-Length-Encoding should be used in the export.</desc>
  4110.                                 <label>RLE coding</label>
  4111.                             </info>
  4112.                             <value>true</value>
  4113.                         </prop>
  4114.                         <node-ref oor:name="Size" oor:node-type="LogicalGraphicSize">
  4115.  
  4116.                             <info>
  4117.  
  4118.                                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  4119.                             </info>
  4120.                         </node-ref>
  4121.                     </group>
  4122.                     <group oor:name="EPS">
  4123.  
  4124.                         <info>
  4125.  
  4126.                             <desc>Specifies default settings of the EPS - Encapsulated Postscript export dialog.</desc>
  4127.                         </info>
  4128.                         <prop oor:name="Preview" oor:type="xs:int">
  4129.  
  4130.                             <info>
  4131.  
  4132.                                 <desc>Specifies if a preview graphic should be exported together with the Encapsulated PostScript file. Due to the fact that most programs can't render eps graphics, it is useful to provide a preview that can be displayed as replacement. The preview graphic will also be printed if the printer is not capable of Postscript.</desc>
  4133.                                 <label>Preview - Picture preview (TIFF) / Interchange (EPSI)</label>
  4134.                             </info>
  4135.                             <constraints>
  4136.  
  4137.                                 <enumeration oor:value="0">
  4138.  
  4139.                                     <info>
  4140.  
  4141.                                         <desc>None</desc>
  4142.                                     </info>
  4143.                                 </enumeration>
  4144.                                 <enumeration oor:value="1">
  4145.  
  4146.                                     <info>
  4147.  
  4148.                                         <desc>TIFF</desc>
  4149.                                     </info>
  4150.                                 </enumeration>
  4151.                                 <enumeration oor:value="2">
  4152.  
  4153.                                     <info>
  4154.  
  4155.                                         <desc>Interchange (EPSI) - 1 bit color resolution</desc>
  4156.                                     </info>
  4157.                                 </enumeration>
  4158.                                 <enumeration oor:value="3">
  4159.  
  4160.                                     <info>
  4161.  
  4162.                                         <desc>TIFF and EPSI</desc>
  4163.                                     </info>
  4164.                                 </enumeration>
  4165.                             </constraints>
  4166.                             <value>0</value>
  4167.                         </prop>
  4168.                         <prop oor:name="Version" oor:type="xs:int">
  4169.  
  4170.                             <info>
  4171.  
  4172.                                 <desc>Specifies the PostScript version that has to be used for the EPS export. Because not every PostScript printer is capable of version 2 PostScript, it is sometimes necessary to create version 1 PostScript graphics. PostScript Level 1 does not support color and bitmap compression.</desc>
  4173.                                 <label>Version - Level 1 / Level 2</label>
  4174.                             </info>
  4175.                             <constraints>
  4176.  
  4177.                                 <enumeration oor:value="1">
  4178.  
  4179.                                     <info>
  4180.  
  4181.                                         <desc>Version 1 PostScript</desc>
  4182.                                     </info>
  4183.                                 </enumeration>
  4184.                                 <enumeration oor:value="2">
  4185.  
  4186.                                     <info>
  4187.  
  4188.                                         <desc>Version 2 PostScript</desc>
  4189.                                     </info>
  4190.                                 </enumeration>
  4191.                             </constraints>
  4192.                             <value>2</value>
  4193.                         </prop>
  4194.                         <prop oor:name="ColorFormat" oor:type="xs:int">
  4195.  
  4196.                             <info>
  4197.  
  4198.                                 <desc>Specifies if color or grayscale format is used for the EPS export. This option is not available for version 1 PostScript files.</desc>
  4199.                                 <label>Color format - Color / Grayscale</label>
  4200.                             </info>
  4201.                             <constraints>
  4202.  
  4203.                                 <enumeration oor:value="1">
  4204.  
  4205.                                     <info>
  4206.  
  4207.                                         <desc>Color format</desc>
  4208.                                     </info>
  4209.                                 </enumeration>
  4210.                                 <enumeration oor:value="2">
  4211.  
  4212.                                     <info>
  4213.  
  4214.                                         <desc>Grayscale format</desc>
  4215.                                     </info>
  4216.                                 </enumeration>
  4217.                             </constraints>
  4218.                             <value>2</value>
  4219.                         </prop>
  4220.                         <prop oor:name="CompressionMode" oor:type="xs:int">
  4221.  
  4222.                             <info>
  4223.  
  4224.                                 <desc>Specifies if bitmaps are exported by using the LZW (Lempel - Ziv - Welch) compression algorithm. Compression is only available for level 2 PostScript files.</desc>
  4225.                                 <label>Compression - LZW encoding / None</label>
  4226.                             </info>
  4227.                             <constraints>
  4228.  
  4229.                                 <enumeration oor:value="1">
  4230.  
  4231.                                     <info>
  4232.  
  4233.                                         <desc>LZW compression</desc>
  4234.                                     </info>
  4235.                                 </enumeration>
  4236.                                 <enumeration oor:value="2">
  4237.  
  4238.                                     <info>
  4239.  
  4240.                                         <desc>No compression</desc>
  4241.                                     </info>
  4242.                                 </enumeration>
  4243.                             </constraints>
  4244.                             <value>2</value>
  4245.                         </prop>
  4246.                         <prop oor:name="TextMode" oor:type="xs:int">
  4247.  
  4248.                             <info>
  4249.  
  4250.                                 <desc>Specifies if glyph outlines are exported. They produce the highest quality and it is the only possible way to create EPS files that are CJK compliant. Not using glyphs will produce smaller files, but it might lead to problems if not all fonts are available during printing.</desc>
  4251.                                 <label>Export text using glyph outlines - always / never</label>
  4252.                             </info>
  4253.                             <constraints>
  4254.  
  4255.                                 <enumeration oor:value="0">
  4256.  
  4257.                                     <info>
  4258.  
  4259.                                         <desc>Glyph outlines</desc>
  4260.                                     </info>
  4261.                                 </enumeration>
  4262.                                 <enumeration oor:value="1">
  4263.  
  4264.                                     <info>
  4265.  
  4266.                                         <desc>No glyph outlines</desc>
  4267.                                     </info>
  4268.                                 </enumeration>
  4269.                             </constraints>
  4270.                             <value>0</value>
  4271.                         </prop>
  4272.                     </group>
  4273.                     <group oor:name="GIF">
  4274.  
  4275.                         <info>
  4276.  
  4277.                             <desc>Specifies default settings of the GIF - Graphics Interchange export dialog.</desc>
  4278.                         </info>
  4279.                         <prop oor:name="Interlaced" oor:type="xs:int">
  4280.  
  4281.                             <info>
  4282.  
  4283.                                 <desc>Specifies if graphics should be exported using interlace. It is recommended for big pictures to activate interlace, so the content can be displayed immediately when loading the picture.</desc>
  4284.                             </info>
  4285.                             <constraints>
  4286.  
  4287.                                 <enumeration oor:value="0">
  4288.  
  4289.                                     <info>
  4290.  
  4291.                                         <desc>Deactivate</desc>
  4292.                                     </info>
  4293.                                 </enumeration>
  4294.                                 <enumeration oor:value="1">
  4295.  
  4296.                                     <info>
  4297.  
  4298.                                         <desc>Activate</desc>
  4299.                                     </info>
  4300.                                 </enumeration>
  4301.                             </constraints>
  4302.                             <value>1</value>
  4303.                         </prop>
  4304.                         <prop oor:name="Translucent" oor:type="xs:int">
  4305.  
  4306.                             <info>
  4307.  
  4308.                                 <desc>Specifies if the graphic background is stored as transparent.</desc>
  4309.                             </info>
  4310.                             <constraints>
  4311.  
  4312.                                 <enumeration oor:value="0">
  4313.  
  4314.                                     <info>
  4315.  
  4316.                                         <desc>No transparency</desc>
  4317.                                     </info>
  4318.                                 </enumeration>
  4319.                                 <enumeration oor:value="1">
  4320.  
  4321.                                     <info>
  4322.  
  4323.                                         <desc>Transparency</desc>
  4324.                                     </info>
  4325.                                 </enumeration>
  4326.                             </constraints>
  4327.                             <value>1</value>
  4328.                         </prop>
  4329.                     </group>
  4330.                     <group oor:name="JPG">
  4331.  
  4332.                         <info>
  4333.  
  4334.                             <desc>Specifies default settings of the JPEG - Joint Photographic Experts Group export dialog.</desc>
  4335.                         </info>
  4336.                         <prop oor:name="Quality" oor:type="xs:int">
  4337.  
  4338.                             <info>
  4339.  
  4340.                                 <desc>Specifies quality of the JPG export. A higher value results in higher quality and file size.</desc>
  4341.                             </info>
  4342.                             <constraints>
  4343.  
  4344.                                 <minInclusive oor:value="1">
  4345.  
  4346.                                     <info>
  4347.  
  4348.                                         <desc>Represents lowest value that can be used. The lower the value, the less good is the compression quality and the bigger is be the file size.</desc>
  4349.                                     </info>
  4350.                                 </minInclusive>
  4351.                                 <maxInclusive oor:value="100">
  4352.  
  4353.                                     <info>
  4354.  
  4355.                                         <desc>Represents highest value that can be used. The higher the value, the better is the compression quality and the smaller is the file size.</desc>
  4356.                                     </info>
  4357.                                 </maxInclusive>
  4358.                             </constraints>
  4359.                             <value>75</value>
  4360.                         </prop>
  4361.                         <prop oor:name="ColorMode" oor:type="xs:int">
  4362.  
  4363.                             <info>
  4364.  
  4365.                                 <desc>Specifies if graphics are exported using true color or grayscale.</desc>
  4366.                             </info>
  4367.                             <constraints>
  4368.  
  4369.                                 <enumeration oor:value="0">
  4370.  
  4371.                                     <info>
  4372.  
  4373.                                         <desc>True colors</desc>
  4374.                                     </info>
  4375.                                 </enumeration>
  4376.                                 <enumeration oor:value="1">
  4377.  
  4378.                                     <info>
  4379.  
  4380.                                         <desc>Grayscale</desc>
  4381.                                     </info>
  4382.                                 </enumeration>
  4383.                             </constraints>
  4384.                             <value>0</value>
  4385.                         </prop>
  4386.                     </group>
  4387.                     <group oor:name="MET">
  4388.  
  4389.                         <info>
  4390.  
  4391.                             <desc>Specifies if graphics are exported with the original- or selected size.</desc>
  4392.                         </info>
  4393.                         <prop oor:name="ExportMode" oor:type="xs:int">
  4394.  
  4395.                             <info>
  4396.  
  4397.                                 <desc>Specifies if graphics are exported with the original- or selected size.</desc>
  4398.                             </info>
  4399.                             <constraints>
  4400.  
  4401.                                 <enumeration oor:value="0">
  4402.  
  4403.                                     <info>
  4404.  
  4405.                                         <desc>Original size</desc>
  4406.                                     </info>
  4407.                                 </enumeration>
  4408.                                 <enumeration oor:value="1">
  4409.  
  4410.                                     <info>
  4411.  
  4412.                                         <desc>Given size</desc>
  4413.                                     </info>
  4414.                                 </enumeration>
  4415.                             </constraints>
  4416.                             <value>0</value>
  4417.                         </prop>
  4418.                         <node-ref oor:name="Size" oor:node-type="LogicalGraphicSize">
  4419.  
  4420.                             <info>
  4421.  
  4422.                                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  4423.                             </info>
  4424.                         </node-ref>
  4425.                     </group>
  4426.                     <group oor:name="PCT">
  4427.  
  4428.                         <info>
  4429.  
  4430.                             <desc>Specifies default settings of the PCT - Mac Pict export dialog.</desc>
  4431.                         </info>
  4432.                         <prop oor:name="ExportMode" oor:type="xs:int">
  4433.  
  4434.                             <info>
  4435.  
  4436.                                 <desc>Specifies if graphics are exported with original- or selected size.</desc>
  4437.                             </info>
  4438.                             <constraints>
  4439.  
  4440.                                 <enumeration oor:value="0">
  4441.  
  4442.                                     <info>
  4443.  
  4444.                                         <desc>Original size</desc>
  4445.                                     </info>
  4446.                                 </enumeration>
  4447.                                 <enumeration oor:value="1">
  4448.  
  4449.                                     <info>
  4450.  
  4451.                                         <desc>Given size</desc>
  4452.                                     </info>
  4453.                                 </enumeration>
  4454.                             </constraints>
  4455.                             <value>0</value>
  4456.                         </prop>
  4457.                         <node-ref oor:name="Size" oor:node-type="LogicalGraphicSize">
  4458.  
  4459.                             <info>
  4460.  
  4461.                                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  4462.                             </info>
  4463.                         </node-ref>
  4464.                     </group>
  4465.                     <group oor:name="PBM">
  4466.  
  4467.                         <info>
  4468.  
  4469.                             <desc>Specifies default settings of the PBM - Portable Bitmap export dialog.</desc>
  4470.                         </info>
  4471.                         <prop oor:name="FileFormat" oor:type="xs:int">
  4472.  
  4473.                             <info>
  4474.  
  4475.                                 <desc>Specifies if graphics are exported to binary- or ASCII format.</desc>
  4476.                             </info>
  4477.                             <constraints>
  4478.  
  4479.                                 <enumeration oor:value="0">
  4480.  
  4481.                                     <info>
  4482.  
  4483.                                         <desc>Binary</desc>
  4484.                                     </info>
  4485.                                 </enumeration>
  4486.                                 <enumeration oor:value="1">
  4487.  
  4488.                                     <info>
  4489.  
  4490.                                         <desc>ASCII</desc>
  4491.                                     </info>
  4492.                                 </enumeration>
  4493.                             </constraints>
  4494.                             <value>1</value>
  4495.                         </prop>
  4496.                     </group>
  4497.                     <group oor:name="PGM">
  4498.  
  4499.                         <info>
  4500.  
  4501.                             <desc>Specifies default settings of the PGM - Portable Graymap export dialog.</desc>
  4502.                         </info>
  4503.                         <prop oor:name="FileFormat" oor:type="xs:int">
  4504.  
  4505.                             <info>
  4506.  
  4507.                                 <desc>Specifies if graphics are exported to a binary- or ASCII format.</desc>
  4508.                             </info>
  4509.                             <constraints>
  4510.  
  4511.                                 <enumeration oor:value="0">
  4512.  
  4513.                                     <info>
  4514.  
  4515.                                         <desc>Binary</desc>
  4516.                                     </info>
  4517.                                 </enumeration>
  4518.                                 <enumeration oor:value="1">
  4519.  
  4520.                                     <info>
  4521.  
  4522.                                         <desc>ASCII</desc>
  4523.                                     </info>
  4524.                                 </enumeration>
  4525.                             </constraints>
  4526.                             <value>1</value>
  4527.                         </prop>
  4528.                     </group>
  4529.                     <group oor:name="PPM">
  4530.  
  4531.                         <info>
  4532.  
  4533.                             <desc>Specifies default settings of the PPM - Portable Pixelmap export dialog.</desc>
  4534.                         </info>
  4535.                         <prop oor:name="FileFormat" oor:type="xs:int">
  4536.  
  4537.                             <info>
  4538.  
  4539.                                 <desc>Specifies if graphics are exported to a binary- or ASCII format.</desc>
  4540.                             </info>
  4541.                             <constraints>
  4542.  
  4543.                                 <enumeration oor:value="0">
  4544.  
  4545.                                     <info>
  4546.  
  4547.                                         <desc>Binary</desc>
  4548.                                     </info>
  4549.                                 </enumeration>
  4550.                                 <enumeration oor:value="1">
  4551.  
  4552.                                     <info>
  4553.  
  4554.                                         <desc>ASCII</desc>
  4555.                                     </info>
  4556.                                 </enumeration>
  4557.                             </constraints>
  4558.                             <value>1</value>
  4559.                         </prop>
  4560.                     </group>
  4561.                     <group oor:name="SVM">
  4562.  
  4563.                         <info>
  4564.  
  4565.                             <desc>Specifies default settings of the SVM - StarView Meta File export dialog.</desc>
  4566.                         </info>
  4567.                         <prop oor:name="ExportMode" oor:type="xs:int">
  4568.  
  4569.                             <info>
  4570.  
  4571.                                 <desc>Specifies if graphics should be exported with the original- or selected size.</desc>
  4572.                             </info>
  4573.                             <constraints>
  4574.  
  4575.                                 <enumeration oor:value="0">
  4576.  
  4577.                                     <info>
  4578.  
  4579.                                         <desc>Original size</desc>
  4580.                                     </info>
  4581.                                 </enumeration>
  4582.                                 <enumeration oor:value="1">
  4583.  
  4584.                                     <info>
  4585.  
  4586.                                         <desc>Given size</desc>
  4587.                                     </info>
  4588.                                 </enumeration>
  4589.                             </constraints>
  4590.                             <value>0</value>
  4591.                         </prop>
  4592.                         <node-ref oor:name="Size" oor:node-type="LogicalGraphicSize">
  4593.  
  4594.                             <info>
  4595.  
  4596.                                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  4597.                             </info>
  4598.                         </node-ref>
  4599.                     </group>
  4600.                     <group oor:name="WMF">
  4601.  
  4602.                         <info>
  4603.  
  4604.                             <desc>Specifies default settings of the WMF - Windows Metafile export dialog.</desc>
  4605.                         </info>
  4606.                         <prop oor:name="ExportMode" oor:type="xs:int">
  4607.  
  4608.                             <info>
  4609.  
  4610.                                 <desc>Specifies if graphics should be exported with the original- or selected size.</desc>
  4611.                             </info>
  4612.                             <constraints>
  4613.  
  4614.                                 <enumeration oor:value="0">
  4615.  
  4616.                                     <info>
  4617.  
  4618.                                         <desc>Original size</desc>
  4619.                                     </info>
  4620.                                 </enumeration>
  4621.                                 <enumeration oor:value="1">
  4622.  
  4623.                                     <info>
  4624.  
  4625.                                         <desc>Given size</desc>
  4626.                                     </info>
  4627.                                 </enumeration>
  4628.                             </constraints>
  4629.                             <value>0</value>
  4630.                         </prop>
  4631.                         <node-ref oor:name="Size" oor:node-type="LogicalGraphicSize">
  4632.  
  4633.                             <info>
  4634.  
  4635.                                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  4636.                             </info>
  4637.                         </node-ref>
  4638.                     </group>
  4639.                     <group oor:name="EMF">
  4640.  
  4641.                         <info>
  4642.  
  4643.                             <desc>Specifies default settings of the EMF - Enhanced Metafile export dialog.</desc>
  4644.                         </info>
  4645.                         <prop oor:name="ExportMode" oor:type="xs:int">
  4646.  
  4647.                             <info>
  4648.  
  4649.                                 <desc>Specifies if graphics should be exported with the original- or selected size.</desc>
  4650.                             </info>
  4651.                             <constraints>
  4652.  
  4653.                                 <enumeration oor:value="0">
  4654.  
  4655.                                     <info>
  4656.  
  4657.                                         <desc>Original size</desc>
  4658.                                     </info>
  4659.                                 </enumeration>
  4660.                                 <enumeration oor:value="1">
  4661.  
  4662.                                     <info>
  4663.  
  4664.                                         <desc>Given size</desc>
  4665.                                     </info>
  4666.                                 </enumeration>
  4667.                             </constraints>
  4668.                             <value>0</value>
  4669.                         </prop>
  4670.                         <node-ref oor:name="Size" oor:node-type="LogicalGraphicSize">
  4671.  
  4672.                             <info>
  4673.  
  4674.                                 <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
  4675.                             </info>
  4676.                         </node-ref>
  4677.                     </group>
  4678.                     <group oor:name="PNG">
  4679.  
  4680.                         <info>
  4681.  
  4682.                             <desc>Specifies default settings of the PNG - Portable Network Graphic export dialog.</desc>
  4683.                         </info>
  4684.                         <prop oor:name="Compression" oor:type="xs:int">
  4685.  
  4686.                             <info>
  4687.  
  4688.                                 <desc>Specifies export compression settings which ranges from 0 (no compression) to 9 (maximum compression). The calculating time increases with an ascending compression value.</desc>
  4689.                             </info>
  4690.                             <constraints>
  4691.  
  4692.                                 <minInclusive oor:value="0">
  4693.  
  4694.                                     <info>
  4695.  
  4696.                                         <desc>Represents lowest value that can be used. The lower the value, the lower the compression quality and the larger the file size.</desc>
  4697.                                     </info>
  4698.                                 </minInclusive>
  4699.                                 <maxInclusive oor:value="9">
  4700.  
  4701.                                     <info>
  4702.  
  4703.                                         <desc>Represents the highest value that can be used. The higher the value, the higher the compression quality and the smaller the file size.</desc>
  4704.                                     </info>
  4705.                                 </maxInclusive>
  4706.                             </constraints>
  4707.                             <value>6</value>
  4708.                         </prop>
  4709.                         <prop oor:name="Interlaced" oor:type="xs:int">
  4710.  
  4711.                             <info>
  4712.  
  4713.                                 <desc>Specifies if graphics should be exported using interlace. It is recommended for big pictures to activate interlace, so the content can be displayed immediately when loading the picture.</desc>
  4714.                             </info>
  4715.                             <constraints>
  4716.  
  4717.                                 <enumeration oor:value="0">
  4718.  
  4719.                                     <info>
  4720.  
  4721.                                         <desc>Deactivate interlace mode</desc>
  4722.                                     </info>
  4723.                                 </enumeration>
  4724.                                 <enumeration oor:value="1">
  4725.  
  4726.                                     <info>
  4727.  
  4728.                                         <desc>Activate interlace mode</desc>
  4729.                                     </info>
  4730.                                 </enumeration>
  4731.                             </constraints>
  4732.                             <value>1</value>
  4733.                         </prop>
  4734.                     </group>
  4735.                 </group>
  4736.             </group>
  4737.             <group oor:name="HTML">
  4738.  
  4739.                 <info>
  4740.  
  4741.                     <desc>Contains settings for HTML import/export.</desc>
  4742.                 </info>
  4743.                 <group oor:name="Import">
  4744.  
  4745.                     <info>
  4746.  
  4747.                         <desc>Contains settings for HTML import.</desc>
  4748.                     </info>
  4749.                     <prop oor:name="UnknownTag" oor:type="xs:boolean">
  4750.  
  4751.                         <info>
  4752.  
  4753.                             <desc>Specifies if unknown tags should be imported as fields.</desc>
  4754.                             <label>Import unknown HTML tags as fields</label>
  4755.                         </info>
  4756.                         <value>false</value>
  4757.                     </prop>
  4758.                     <prop oor:name="FontSetting" oor:type="xs:boolean">
  4759.  
  4760.                         <info>
  4761.  
  4762.                             <desc>Specifies if font settings should be ignored when importing.</desc>
  4763.                             <label>Ignore font settings</label>
  4764.                         </info>
  4765.                         <value>false</value>
  4766.                     </prop>
  4767.                     <group oor:name="FontSize">
  4768.  
  4769.                         <info>
  4770.  
  4771.                             <desc>Specifies font size for HTML.</desc>
  4772.                         </info>
  4773.                         <prop oor:name="Size_1" oor:type="xs:int">
  4774.  
  4775.                             <info>
  4776.  
  4777.                                 <desc>Specifies font size for HTML as Token Font 1.</desc>
  4778.                                 <label>Size 1</label>
  4779.                             </info>
  4780.                             <value>7</value>
  4781.                         </prop>
  4782.                         <prop oor:name="Size_2" oor:type="xs:int">
  4783.  
  4784.                             <info>
  4785.  
  4786.                                 <desc>Specifies font size for HTML as Token Font 2.</desc>
  4787.                                 <label>Size 2</label>
  4788.                             </info>
  4789.                             <value>10</value>
  4790.                         </prop>
  4791.                         <prop oor:name="Size_3" oor:type="xs:int">
  4792.  
  4793.                             <info>
  4794.  
  4795.                                 <desc>Specifies font size for HTML as Token Font 3.</desc>
  4796.                                 <label>Size 3</label>
  4797.                             </info>
  4798.                             <value>12</value>
  4799.                         </prop>
  4800.                         <prop oor:name="Size_4" oor:type="xs:int">
  4801.  
  4802.                             <info>
  4803.  
  4804.                                 <desc>Specifies font size for HTML as Token Font 4.</desc>
  4805.                                 <label>Size 4</label>
  4806.                             </info>
  4807.                             <value>14</value>
  4808.                         </prop>
  4809.                         <prop oor:name="Size_5" oor:type="xs:int">
  4810.  
  4811.                             <info>
  4812.  
  4813.                                 <desc>Specifies font size for HTML as Token Font 5.</desc>
  4814.                                 <label>Size 5</label>
  4815.                             </info>
  4816.                             <value>18</value>
  4817.                         </prop>
  4818.                         <prop oor:name="Size_6" oor:type="xs:int">
  4819.  
  4820.                             <info>
  4821.  
  4822.                                 <desc>Specifies font size for HTML as Token Font 6.</desc>
  4823.                                 <label>Size 6</label>
  4824.                             </info>
  4825.                             <value>24</value>
  4826.                         </prop>
  4827.                         <prop oor:name="Size_7" oor:type="xs:int">
  4828.  
  4829.                             <info>
  4830.  
  4831.                                 <desc>Specifies font size for HTML as Token Font 7.</desc>
  4832.                                 <label>Size 7</label>
  4833.                             </info>
  4834.                             <value>36</value>
  4835.                         </prop>
  4836.                     </group>
  4837.                 </group>
  4838.                 <group oor:name="Export">
  4839.  
  4840.                     <info>
  4841.  
  4842.                         <desc>Contains settings for HTML export.</desc>
  4843.                     </info>
  4844.                     <prop oor:name="Browser" oor:type="xs:int">
  4845.  
  4846.                         <info>
  4847.  
  4848.                             <desc>Specifies the browser for which the HTML export should be optimized</desc>
  4849.                             <label>Browser</label>
  4850.                         </info>
  4851.                         <constraints>
  4852.  
  4853.                             <enumeration oor:value="0">
  4854.  
  4855.                                 <info>
  4856.  
  4857.                                     <desc>Html 3.2</desc>
  4858.                                 </info>
  4859.                             </enumeration>
  4860.                             <enumeration oor:value="1">
  4861.  
  4862.                                 <info>
  4863.  
  4864.                                     <desc>MSIE 4.0</desc>
  4865.                                 </info>
  4866.                             </enumeration>
  4867.                             <enumeration oor:value="2">
  4868.  
  4869.                                 <info>
  4870.  
  4871.                                     <desc>Netscape 3.0</desc>
  4872.                                 </info>
  4873.                             </enumeration>
  4874.                             <enumeration oor:value="3">
  4875.  
  4876.                                 <info>
  4877.  
  4878.                                     <desc>Writer</desc>
  4879.                                 </info>
  4880.                             </enumeration>
  4881.                             <enumeration oor:value="4">
  4882.  
  4883.                                 <info>
  4884.  
  4885.                                     <desc>Netscape 4.0</desc>
  4886.                                 </info>
  4887.                             </enumeration>
  4888.                         </constraints>
  4889.                         <value>4</value>
  4890.                     </prop>
  4891.                     <prop oor:name="Basic" oor:type="xs:boolean">
  4892.  
  4893.                         <info>
  4894.  
  4895.                             <desc>Specifies if Office Basic instructions are considered when exporting in HTML format.</desc>
  4896.                             <label>(Productname) Basic</label>
  4897.                         </info>
  4898.                         <value>false</value>
  4899.                     </prop>
  4900.                     <prop oor:name="PrintLayout" oor:type="xs:boolean">
  4901.  
  4902.                         <info>
  4903.  
  4904.                             <desc>Specifies if the print layout of the current document should also be exported.</desc>
  4905.                             <label>Print layout</label>
  4906.                         </info>
  4907.                         <value>false</value>
  4908.                     </prop>
  4909.                     <prop oor:name="LocalGraphic" oor:type="xs:boolean">
  4910.  
  4911.                         <info>
  4912.  
  4913.                             <desc>Specifies if graphics are copied to the Internet server when uploading via FTP.</desc>
  4914.                             <label>Copy local graphics to Internet</label>
  4915.                         </info>
  4916.                         <value>true</value>
  4917.                     </prop>
  4918.                     <prop oor:name="Warning" oor:type="xs:boolean">
  4919.  
  4920.                         <info>
  4921.  
  4922.                             <desc>Specifies if a warning should be displayed to point out that the available Basic macros will be lost when exporting in HTML format.</desc>
  4923.                             <label>Display warning</label>
  4924.                         </info>
  4925.                         <value>true</value>
  4926.                     </prop>
  4927.                     <prop oor:name="Encoding" oor:type="xs:int">
  4928.  
  4929.                         <info>
  4930.  
  4931.                             <desc>Specifies the mimetype for the text encoding.</desc>
  4932.                             <label>Encoding export</label>
  4933.                         </info>
  4934.                     </prop>
  4935.                 </group>
  4936.             </group>
  4937.             <group oor:name="PDF">
  4938.  
  4939.                 <info>
  4940.  
  4941.                     <desc>Specifies default settings of PDF export dialog.</desc>
  4942.                 </info>
  4943.                 <group oor:name="Export">
  4944.  
  4945.                     <info>
  4946.  
  4947.                         <desc>Specifies default settings of PDF export dialog.</desc>
  4948.                     </info>
  4949.                     <prop oor:name="CompressMode" oor:type="xs:int">
  4950.  
  4951.                         <info>
  4952.  
  4953.                             <deprecated/>
  4954.                         </info>
  4955.                         <value>1</value>
  4956.                     </prop>
  4957.                     <prop oor:name="UseLosslessCompression" oor:type="xs:boolean">
  4958.  
  4959.                         <info>
  4960.  
  4961.                             <desc>Specifies if graphics are exported to PDF using a lossless compression eg. PNG or if they are compressed using the JPEG format.</desc>
  4962.                         </info>
  4963.                         <value>false</value>
  4964.                     </prop>
  4965.                     <prop oor:name="Quality" oor:type="xs:int">
  4966.  
  4967.                         <info>
  4968.  
  4969.                             <desc>Specifies quality of the JPG export. A higher value results in higher quality and file size.</desc>
  4970.                         </info>
  4971.                         <constraints>
  4972.  
  4973.                             <minInclusive oor:value="1">
  4974.  
  4975.                                 <info>
  4976.  
  4977.                                     <desc>Represents lowest value that can be used. The lower the value, the less good is the compression quality and the bigger is be the file size.</desc>
  4978.                                 </info>
  4979.                             </minInclusive>
  4980.                             <maxInclusive oor:value="100">
  4981.  
  4982.                                 <info>
  4983.  
  4984.                                     <desc>Represents highest value that can be used. The higher the value, the better is the compression quality and the smaller is the file size.</desc>
  4985.                                 </info>
  4986.                             </maxInclusive>
  4987.                         </constraints>
  4988.                         <value>90</value>
  4989.                     </prop>
  4990.                     <prop oor:name="ReduceImageResolution" oor:type="xs:boolean">
  4991.  
  4992.                         <info>
  4993.  
  4994.                             <desc>Specifies if the resolution of each image is reduced to the resolution specified by the property MaxImageResolution.</desc>
  4995.                         </info>
  4996.                         <value>false</value>
  4997.                     </prop>
  4998.                     <prop oor:name="MaxImageResolution" oor:type="xs:int">
  4999.  
  5000.                         <info>
  5001.  
  5002.                             <desc>If the property ReduceImageResolution is set to true all images will be reduced to the given value. in DPI.</desc>
  5003.                         </info>
  5004.                         <constraints>
  5005.  
  5006.                             <enumeration oor:value="75">
  5007.  
  5008.                                 <info>
  5009.  
  5010.                                     <desc>75</desc>
  5011.                                 </info>
  5012.                             </enumeration>
  5013.                             <enumeration oor:value="150">
  5014.  
  5015.                                 <info>
  5016.  
  5017.                                     <desc>150</desc>
  5018.                                 </info>
  5019.                             </enumeration>
  5020.                             <enumeration oor:value="300">
  5021.  
  5022.                                 <info>
  5023.  
  5024.                                     <desc>300</desc>
  5025.                                 </info>
  5026.                             </enumeration>
  5027.                             <enumeration oor:value="600">
  5028.  
  5029.                                 <info>
  5030.  
  5031.                                     <desc>600</desc>
  5032.                                 </info>
  5033.                             </enumeration>
  5034.                             <enumeration oor:value="1200">
  5035.  
  5036.                                 <info>
  5037.  
  5038.                                     <desc>1200</desc>
  5039.                                 </info>
  5040.                             </enumeration>
  5041.                         </constraints>
  5042.                         <value>300</value>
  5043.                     </prop>
  5044.                     <prop oor:name="UseTaggedPDF" oor:type="xs:boolean">
  5045.  
  5046.                         <info>
  5047.  
  5048.                             <desc>Determines if PDF are created by using special tags also known as Tagged PDF.</desc>
  5049.                         </info>
  5050.                         <value>false</value>
  5051.                     </prop>
  5052.                     <prop oor:name="ExportNotes" oor:type="xs:boolean">
  5053.  
  5054.                         <info>
  5055.  
  5056.                             <desc>Specifies if notes are exported to PDF.</desc>
  5057.                         </info>
  5058.                         <value>true</value>
  5059.                     </prop>
  5060.                     <prop oor:name="ExportNotesPages" oor:type="xs:boolean">
  5061.  
  5062.                         <info>
  5063.  
  5064.                             <desc>Specifies if notes pages are exported to PDF. (Notes pages are available in Impress documents only).</desc>
  5065.                         </info>
  5066.                         <value>false</value>
  5067.                     </prop>
  5068.                     <prop oor:name="UseTransitionEffects" oor:type="xs:boolean">
  5069.  
  5070.                         <info>
  5071.  
  5072.                             <desc>Specifies slide transitions are exported to PDF. This option is active only if storing Impress documents.</desc>
  5073.                         </info>
  5074.                         <value>true</value>
  5075.                     </prop>
  5076.                     <prop oor:name="FormsType" oor:type="xs:int">
  5077.  
  5078.                         <info>
  5079.  
  5080.                             <desc>Specifies the submitted format of a PDF form.</desc>
  5081.                         </info>
  5082.                         <constraints>
  5083.  
  5084.                             <enumeration oor:value="0">
  5085.  
  5086.                                 <info>
  5087.  
  5088.                                     <desc>Specifies that forms type FDF is used.</desc>
  5089.                                 </info>
  5090.                             </enumeration>
  5091.                             <enumeration oor:value="1">
  5092.  
  5093.                                 <info>
  5094.  
  5095.                                     <desc>Specifies that forms type PDF is used.</desc>
  5096.                                 </info>
  5097.                             </enumeration>
  5098.                             <enumeration oor:value="2">
  5099.  
  5100.                                 <info>
  5101.  
  5102.                                     <desc>Specifies that forms type HTML is used.</desc>
  5103.                                 </info>
  5104.                             </enumeration>
  5105.                             <enumeration oor:value="3">
  5106.  
  5107.                                 <info>
  5108.  
  5109.                                     <desc>Specifies that forms type XML is used.</desc>
  5110.                                 </info>
  5111.                             </enumeration>
  5112.                         </constraints>
  5113.                         <value>0</value>
  5114.                     </prop>
  5115.                 </group>
  5116.             </group>
  5117.         </group>
  5118.         <group oor:name="Misc">
  5119.  
  5120.             <info>
  5121.  
  5122.                 <desc>Determines the miscellaneous entries for the common group.</desc>
  5123.             </info>
  5124.             <prop oor:name="MaxOpenDocuments" oor:type="xs:int">
  5125.  
  5126.                 <info>
  5127.  
  5128.                     <desc>Determines the maximum count of documents, which are allowed to be open at the same time. NIL will be interpreted as infinite!</desc>
  5129.                 </info>
  5130.             </prop>
  5131.             <prop oor:name="PluginsEnabled" oor:type="xs:boolean">
  5132.  
  5133.                 <info>
  5134.  
  5135.                     <desc>Enables/Disables Plugins.</desc>
  5136.                     <label>PluginsEnabled</label>
  5137.                 </info>
  5138.                 <value>true</value>
  5139.             </prop>
  5140.             <prop oor:name="UseSystemFileDialog" oor:type="xs:boolean">
  5141.  
  5142.                 <info>
  5143.  
  5144.                     <desc>Determines if the system's file and folder pickers should be used. If false, the proprietary file/folder picker implementations will be used. Relevant on platforms where file/folder picker integration is implemented.</desc>
  5145.                 </info>
  5146.                 <value>true</value>
  5147.             </prop>
  5148.             <prop oor:name="SymbolSet" oor:type="xs:short">
  5149.  
  5150.                 <info>
  5151.  
  5152.                     <desc>Specifies which symbol set is used for the toolbars.</desc>
  5153.                 </info>
  5154.                 <constraints>
  5155.  
  5156.                     <enumeration oor:value="0">
  5157.  
  5158.                         <info>
  5159.  
  5160.                             <desc>16x16 pixel icons</desc>
  5161.                         </info>
  5162.                     </enumeration>
  5163.                     <enumeration oor:value="1">
  5164.  
  5165.                         <info>
  5166.  
  5167.                             <desc>32x32 pixel icons</desc>
  5168.                         </info>
  5169.                     </enumeration>
  5170.                 </constraints>
  5171.                 <value>0</value>
  5172.             </prop>
  5173.             <prop oor:name="ToolboxStyle" oor:type="xs:short">
  5174.  
  5175.                 <info>
  5176.  
  5177.                     <desc>Specifies which button style the toolbars should use.</desc>
  5178.                 </info>
  5179.                 <constraints>
  5180.  
  5181.                     <enumeration oor:value="0">
  5182.  
  5183.                         <info>
  5184.  
  5185.                             <desc>3D style</desc>
  5186.                         </info>
  5187.                     </enumeration>
  5188.                     <enumeration oor:value="1">
  5189.  
  5190.                         <info>
  5191.  
  5192.                             <desc>Flat style</desc>
  5193.                         </info>
  5194.                     </enumeration>
  5195.                 </constraints>
  5196.                 <value>1</value>
  5197.             </prop>
  5198.             <prop oor:name="FormControlPilotsEnabled" oor:type="xs:boolean">
  5199.  
  5200.                 <info>
  5201.  
  5202.                     <desc>Enables/Disables the usage of AutoPilots for form controls.</desc>
  5203.                 </info>
  5204.                 <value>true</value>
  5205.             </prop>
  5206.             <prop oor:name="ShowExperimentalFormControlProperties" oor:type="xs:boolean">
  5207.  
  5208.                 <info>
  5209.  
  5210.                     <desc>Enables or disables the property browser's access to form/control properties which are not officially supported.</desc>
  5211.                 </info>
  5212.                 <value>false</value>
  5213.             </prop>
  5214.             <prop oor:name="FirstRun" oor:type="xs:boolean">
  5215.  
  5216.                 <info>
  5217.  
  5218.                     <desc>Specifies if the office has never before been started.</desc>
  5219.                     <label>FirstRun</label>
  5220.                 </info>
  5221.                 <value>true</value>
  5222.             </prop>
  5223.         </group>
  5224.         <group oor:name="Forms">
  5225.  
  5226.             <info>
  5227.  
  5228.                 <desc>contains settings for the form layer of the applications.</desc>
  5229.             </info>
  5230.             <group oor:name="ControlLayout">
  5231.  
  5232.                 <info>
  5233.  
  5234.                     <desc>specifies certain default layout settings for form controls. All those settings can be overruled in concrete documents, they specify creation-time defaults only.</desc>
  5235.                 </info>
  5236.                 <node-ref oor:name="TextDocument" oor:node-type="ApplicationControlLayout">
  5237.  
  5238.                     <info>
  5239.  
  5240.                         <desc>specifies certain default layout settings for form controls in text documents</desc>
  5241.                     </info>
  5242.                 </node-ref>
  5243.                 <node-ref oor:name="WebDocument" oor:node-type="ApplicationControlLayout">
  5244.  
  5245.                     <info>
  5246.  
  5247.                         <desc>specifies certain default layout settings for form controls in web pages</desc>
  5248.                     </info>
  5249.                 </node-ref>
  5250.                 <node-ref oor:name="SpreadsheetDocument" oor:node-type="ApplicationControlLayout">
  5251.  
  5252.                     <info>
  5253.  
  5254.                         <desc>specifies certain default layout settings for form controls in spreadsheet documents</desc>
  5255.                     </info>
  5256.                 </node-ref>
  5257.                 <node-ref oor:name="DrawingDocument" oor:node-type="ApplicationControlLayout">
  5258.  
  5259.                     <info>
  5260.  
  5261.                         <desc>specifies certain default layout settings for form controls in drawing documents</desc>
  5262.                     </info>
  5263.                 </node-ref>
  5264.                 <node-ref oor:name="PresentationDocument" oor:node-type="ApplicationControlLayout">
  5265.  
  5266.                     <info>
  5267.  
  5268.                         <desc>specifies certain default layout settings for form controls in presentation documents</desc>
  5269.                     </info>
  5270.                 </node-ref>
  5271.                 <node-ref oor:name="XMLFormDocument" oor:node-type="ApplicationControlLayout">
  5272.  
  5273.                     <info>
  5274.  
  5275.                         <desc>specifies certain default layout settings for form controls in XML form documents</desc>
  5276.                     </info>
  5277.                 </node-ref>
  5278.                 <node-ref oor:name="DatabaseFormDocument" oor:node-type="ApplicationControlLayout">
  5279.  
  5280.                     <info>
  5281.  
  5282.                         <desc>specifies certain default layout settings for form controls in database form documents</desc>
  5283.                     </info>
  5284.                 </node-ref>
  5285.             </group>
  5286.         </group>
  5287.         <group oor:name="AsianLayout">
  5288.  
  5289.             <info>
  5290.  
  5291.                 <desc>Contains layout specific settings for Asian languages.</desc>
  5292.             </info>
  5293.             <prop oor:name="IsKerningWesternTextOnly" oor:type="xs:boolean">
  5294.  
  5295.                 <info>
  5296.  
  5297.                     <desc>Determines the kerning of western text and/or punctuation inside of Asian text.</desc>
  5298.                     <label>IsKerningWesternTextOnly</label>
  5299.                 </info>
  5300.                 <value>true</value>
  5301.             </prop>
  5302.             <prop oor:name="CompressCharacterDistance" oor:type="xs:short">
  5303.  
  5304.                 <info>
  5305.  
  5306.                     <desc>Determines the type of character distance compression in Asian text: 0 - no compression; 1 - compress punctuation only; 2 - compress interpunction an japanese kana.</desc>
  5307.                     <label>CompressCharacterDistance</label>
  5308.                 </info>
  5309.                 <value>0</value>
  5310.             </prop>
  5311.             <set oor:name="StartEndCharacters" oor:node-type="StartEndCharacters">
  5312.  
  5313.                 <info>
  5314.  
  5315.                     <desc>Contains the characters at which lines are not allowed to begin or to end. For each locale there is a separate entry with the locale as its node name.</desc>
  5316.                     <label>StartEndCharacters</label>
  5317.                 </info>
  5318.             </set>
  5319.         </group>
  5320.         <group oor:name="SearchOptions">
  5321.  
  5322.             <info>
  5323.  
  5324.                 <desc>Contains all options for search.</desc>
  5325.             </info>
  5326.             <prop oor:name="IsWholeWordsOnly" oor:type="xs:boolean">
  5327.  
  5328.                 <info>
  5329.  
  5330.                     <desc>Specifies search for whole words only.</desc>
  5331.                 </info>
  5332.                 <value>false</value>
  5333.             </prop>
  5334.             <prop oor:name="IsBackwards" oor:type="xs:boolean">
  5335.  
  5336.                 <info>
  5337.  
  5338.                     <desc>Specifies search backwards.</desc>
  5339.                 </info>
  5340.                 <value>false</value>
  5341.             </prop>
  5342.             <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean">
  5343.  
  5344.                 <info>
  5345.  
  5346.                     <desc>Specifies search with the use of regular expressions.</desc>
  5347.                 </info>
  5348.                 <value>false</value>
  5349.             </prop>
  5350.             <prop oor:name="IsSearchForStyles" oor:type="xs:boolean">
  5351.  
  5352.                 <info>
  5353.  
  5354.                     <desc>Specifies search for styles only.</desc>
  5355.                 </info>
  5356.                 <value>false</value>
  5357.             </prop>
  5358.             <prop oor:name="IsSimilaritySearch" oor:type="xs:boolean">
  5359.  
  5360.                 <info>
  5361.  
  5362.                     <desc>Specifies search with similarity.</desc>
  5363.                 </info>
  5364.                 <value>false</value>
  5365.             </prop>
  5366.             <prop oor:name="IsMatchCase" oor:type="xs:boolean">
  5367.  
  5368.                 <info>
  5369.  
  5370.                     <desc>Specifies search as case sensitive.</desc>
  5371.                 </info>
  5372.                 <value>false</value>
  5373.             </prop>
  5374.             <prop oor:name="IsUseAsianOptions" oor:type="xs:boolean">
  5375.  
  5376.                 <info>
  5377.  
  5378.                     <desc>Specifies search with the use of Asian options.</desc>
  5379.                 </info>
  5380.                 <value>false</value>
  5381.             </prop>
  5382.             <group oor:name="Japanese">
  5383.  
  5384.                 <info>
  5385.  
  5386.                     <desc>Contains search options for the Japanese language.</desc>
  5387.                 </info>
  5388.                 <prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean">
  5389.  
  5390.                     <info>
  5391.  
  5392.                         <desc>Does not distinguish between full-width and half-width characters.</desc>
  5393.                     </info>
  5394.                     <value>true</value>
  5395.                 </prop>
  5396.                 <prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean">
  5397.  
  5398.                     <info>
  5399.  
  5400.                         <desc>Does not distinguish between hiragana and katakana characters.</desc>
  5401.                     </info>
  5402.                     <value>true</value>
  5403.                 </prop>
  5404.                 <prop oor:name="IsMatchContractions" oor:type="xs:boolean">
  5405.  
  5406.                     <info>
  5407.  
  5408.                         <desc>Specifies search without distinguishing between characters with diphthongs and double consonants and plain characters.</desc>
  5409.                     </info>
  5410.                     <value>true</value>
  5411.                 </prop>
  5412.                 <prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean">
  5413.  
  5414.                     <info>
  5415.  
  5416.                         <desc>Specifies search without distinguishing between minus signs, dashes, and long vowel sounds.</desc>
  5417.                     </info>
  5418.                     <value>true</value>
  5419.                 </prop>
  5420.                 <prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean">
  5421.  
  5422.                     <info>
  5423.  
  5424.                         <desc>Specifies search without distinguishing between repeat character marks.</desc>
  5425.                     </info>
  5426.                     <value>true</value>
  5427.                 </prop>
  5428.                 <prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean">
  5429.  
  5430.                     <info>
  5431.  
  5432.                         <desc>Specifies search without distinguishing between standard and nonstandard ideography.</desc>
  5433.                     </info>
  5434.                     <value>true</value>
  5435.                 </prop>
  5436.                 <prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean">
  5437.  
  5438.                     <info>
  5439.  
  5440.                         <desc>Specifies search without distinguishing between standard and nonstandard ideography.</desc>
  5441.                     </info>
  5442.                     <value>true</value>
  5443.                 </prop>
  5444.                 <prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean">
  5445.  
  5446.                     <info>
  5447.  
  5448.                         <desc>Specifies search without distinguishing between 'Di' and 'Zi' or 'Du' and 'Zu'.</desc>
  5449.                     </info>
  5450.                     <value>true</value>
  5451.                 </prop>
  5452.                 <prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean">
  5453.  
  5454.                     <info>
  5455.  
  5456.                         <desc>Specifies search without distinguishing between 'Ba' and 'Va' or 'Ha' and 'Fa'.</desc>
  5457.                     </info>
  5458.                     <value>true</value>
  5459.                 </prop>
  5460.                 <prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean">
  5461.  
  5462.                     <info>
  5463.  
  5464.                         <desc>Specifies search without distinguishing between 'Tsi', 'Thi' and 'Chi' or 'Dhi' and 'Zi'.</desc>
  5465.                     </info>
  5466.                     <value>true</value>
  5467.                 </prop>
  5468.                 <prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean">
  5469.  
  5470.                     <info>
  5471.  
  5472.                         <desc>Specifies search without distinguishing between 'Hyu' and 'Fyu' or 'Byu' and 'Vyu'.</desc>
  5473.                     </info>
  5474.                     <value>true</value>
  5475.                 </prop>
  5476.                 <prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean">
  5477.  
  5478.                     <info>
  5479.  
  5480.                         <desc>Specifies search without distinguishing between 'Se' and 'She' or 'Ze' and 'Je'.</desc>
  5481.                     </info>
  5482.                     <value>true</value>
  5483.                 </prop>
  5484.                 <prop oor:name="IsMatch_IaIya" oor:type="xs:boolean">
  5485.  
  5486.                     <info>
  5487.  
  5488.                         <desc>Specifies search without distinguishing between 'Ia' and 'Iya'.</desc>
  5489.                     </info>
  5490.                     <value>true</value>
  5491.                 </prop>
  5492.                 <prop oor:name="IsMatch_KiKu" oor:type="xs:boolean">
  5493.  
  5494.                     <info>
  5495.  
  5496.                         <desc>Specifies search without distinguishing between 'Ki' and 'Ku'.</desc>
  5497.                     </info>
  5498.                     <value>true</value>
  5499.                 </prop>
  5500.                 <prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean">
  5501.  
  5502.                     <info>
  5503.  
  5504.                         <desc>Specifies search without distinguishing between punctuation characters.</desc>
  5505.                     </info>
  5506.                     <value>true</value>
  5507.                 </prop>
  5508.                 <prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean">
  5509.  
  5510.                     <info>
  5511.  
  5512.                         <desc>Specifies search without distinguishing between characters used as blank spaces, such as full-width spaces, half-width spaces, and tabs.</desc>
  5513.                     </info>
  5514.                     <value>true</value>
  5515.                 </prop>
  5516.                 <prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean">
  5517.  
  5518.                     <info>
  5519.  
  5520.                         <desc>Specifies search without distinguishing between prolonged sound marks.</desc>
  5521.                     </info>
  5522.                     <value>true</value>
  5523.                 </prop>
  5524.                 <prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean">
  5525.  
  5526.                     <info>
  5527.  
  5528.                         <desc>Specifies search without distinguishing between normal dots and middle dots.</desc>
  5529.                     </info>
  5530.                     <value>true</value>
  5531.                 </prop>
  5532.             </group>
  5533.         </group>
  5534.         <group oor:name="Accessibility">
  5535.  
  5536.             <info>
  5537.  
  5538.                 <desc>Specifies settings for the accessibility options.</desc>
  5539.             </info>
  5540.             <prop oor:name="AutoDetectSystemHC" oor:type="xs:boolean">
  5541.  
  5542.                 <info>
  5543.  
  5544.                     <desc>Enables the automatic detection of a high contrast mode set for your desktop. Some OS' do not provide this option explicitly, but allow the user to choose a color scheme that is HC-compliant implicitly, which is recognized if the option is set.</desc>
  5545.                     <label>detect system's high contrast</label>
  5546.                 </info>
  5547.                 <value>true</value>
  5548.             </prop>
  5549.             <prop oor:name="IsForPagePreviews" oor:type="xs:boolean">
  5550.  
  5551.                 <info>
  5552.  
  5553.                     <desc>Enables the use of high contrast colors, instead of displaying the normal/original WYSIWYG colors.</desc>
  5554.                     <label>For page previews</label>
  5555.                 </info>
  5556.                 <value>true</value>
  5557.             </prop>
  5558.             <prop oor:name="IsHelpTipsDisappear" oor:type="xs:boolean">
  5559.  
  5560.                 <info>
  5561.  
  5562.                     <desc>Enables or disables the automatic time out of help tips. You can specify a duration (n) of 1 to 99 seconds. If this option is disabled, press the Esc key to dismiss the help tip.</desc>
  5563.                     <label>Help tips disappear after</label>
  5564.                 </info>
  5565.                 <value>true</value>
  5566.             </prop>
  5567.             <prop oor:name="HelpTipSeconds" oor:type="xs:short">
  5568.  
  5569.                 <info>
  5570.  
  5571.                     <desc>Enables or disables the automatic time out of help tips. You can specify a duration (n) of 1 to 99 seconds. If this option is disabled, press the Esc key to dismiss the help tip.</desc>
  5572.                     <label>Help tips disappear after</label>
  5573.                 </info>
  5574.                 <constraints>
  5575.  
  5576.                     <minInclusive oor:value="1">
  5577.  
  5578.                         <info>
  5579.  
  5580.                             <desc>Specifies the number of seconds to wait before displaying a help tip.</desc>
  5581.                         </info>
  5582.                     </minInclusive>
  5583.                     <maxInclusive oor:value="99">
  5584.  
  5585.                         <info>
  5586.  
  5587.                             <desc>Specifies the number of seconds to display a help tip.</desc>
  5588.                         </info>
  5589.                     </maxInclusive>
  5590.                 </constraints>
  5591.                 <value>4</value>
  5592.             </prop>
  5593.             <prop oor:name="IsAllowAnimatedGraphics" oor:type="xs:boolean">
  5594.  
  5595.                 <info>
  5596.  
  5597.                     <desc>Indicates whether to allow the graphical animation in all SO/OO applications (i.e. animated GIFs and objects in Impress during presentation, animated graphical previews (Gallery, Insert-Graphics-From File, Animation Tool in Impress.)</desc>
  5598.                     <label>Allow animated graphics</label>
  5599.                 </info>
  5600.                 <value>true</value>
  5601.             </prop>
  5602.             <prop oor:name="IsAllowAnimatedText" oor:type="xs:boolean">
  5603.  
  5604.                 <info>
  5605.  
  5606.                     <desc>Indicates whether to allow all textual animation like blinking and scrolling in all SO/OO applications.</desc>
  5607.                     <label>Allow animated text</label>
  5608.                 </info>
  5609.                 <value>true</value>
  5610.             </prop>
  5611.             <prop oor:name="IsAutomaticFontColor" oor:type="xs:boolean">
  5612.  
  5613.                 <info>
  5614.  
  5615.                     <desc>Overrides all text color attributes set in a SO/OO document for display only.</desc>
  5616.                     <label>Always use automatic font color for screen display</label>
  5617.                 </info>
  5618.                 <value>false</value>
  5619.             </prop>
  5620.             <prop oor:name="IsSystemFont" oor:type="xs:boolean">
  5621.  
  5622.                 <info>
  5623.  
  5624.                     <desc>Allows the user to change the UI font to the system default.</desc>
  5625.                     <label>Use system default user interface font</label>
  5626.                 </info>
  5627.                 <value>true</value>
  5628.             </prop>
  5629.             <prop oor:name="IsSelectionInReadonly" oor:type="xs:boolean">
  5630.  
  5631.                 <info>
  5632.  
  5633.                     <desc>Indicates whether the cursor is displayed in read-only texts.</desc>
  5634.                     <label>Use text selection mode in readonly texts.</label>
  5635.                 </info>
  5636.                 <value>false</value>
  5637.             </prop>
  5638.         </group>
  5639.         <set oor:name="OfficeObjects" oor:node-type="ObjectNames">
  5640.  
  5641.             <info>
  5642.  
  5643.                 <deprecated/>
  5644.             </info>
  5645.         </set>
  5646.         <group oor:name="ExternalApps" oor:extensible="true">
  5647.  
  5648.             <info>
  5649.  
  5650.                 <deprecated/>
  5651.             </info>
  5652.         </group>
  5653.         <group oor:name="ExternalMailer">
  5654.  
  5655.             <info>
  5656.  
  5657.                 <desc>Specifies an external mail application to be used for Send as email.</desc>
  5658.             </info>
  5659.             <prop oor:name="UseDefaultMailer" oor:type="xs:boolean">
  5660.  
  5661.                 <info>
  5662.  
  5663.                     <deprecated/>
  5664.                 </info>
  5665.             </prop>
  5666.             <prop oor:name="Program" oor:type="xs:string">
  5667.  
  5668.                 <info>
  5669.  
  5670.                     <desc>Specifies the external mail application to be used.</desc>
  5671.                 </info>
  5672.                 <value/>
  5673.             </prop>
  5674.             <prop oor:name="CommandProfile" oor:type="xs:string">
  5675.  
  5676.                 <info>
  5677.  
  5678.                     <deprecated/>
  5679.                 </info>
  5680.                 <value>Mozilla 1.0 - 1.2</value>
  5681.             </prop>
  5682.             <set oor:name="Profiles" oor:node-type="MailCommandLineProfile">
  5683.  
  5684.                 <info>
  5685.  
  5686.                     <deprecated/>
  5687.                 </info>
  5688.             </set>
  5689.         </group>
  5690.         <group oor:name="I18N">
  5691.  
  5692.             <info>
  5693.  
  5694.                 <desc>Contains various language/localization specific settings.</desc>
  5695.             </info>
  5696.             <group oor:name="InputMethod">
  5697.  
  5698.                 <info>
  5699.  
  5700.                     <desc>Contains settings for (language/localization specific) input methods.</desc>
  5701.                 </info>
  5702.                 <prop oor:name="ShowStatusWindow" oor:type="xs:boolean">
  5703.  
  5704.                     <info>
  5705.  
  5706.                         <desc>Controls the behavior of the IIIMP status window on Unix. If true, the status window is always displayed. If false, the status window is never displayed. If nil (the default), the status window is displayed depending on the current locale.</desc>
  5707.                     </info>
  5708.                 </prop>
  5709.             </group>
  5710.             <group oor:name="CJK">
  5711.  
  5712.                 <info>
  5713.  
  5714.                     <desc>Contains settings for the Asian languages (Chinese, Japanese, Korean,...) layout.</desc>
  5715.                 </info>
  5716.                 <prop oor:name="CJKFont" oor:type="xs:boolean">
  5717.  
  5718.                     <info>
  5719.  
  5720.                         <desc>Specifies, whether CJK font settings are available (true) or not (false).</desc>
  5721.                     </info>
  5722.                     <value>false</value>
  5723.                 </prop>
  5724.                 <prop oor:name="VerticalText" oor:type="xs:boolean">
  5725.  
  5726.                     <info>
  5727.  
  5728.                         <desc>Specifies, whether vertical text is available (true) or not (false).</desc>
  5729.                     </info>
  5730.                     <value>false</value>
  5731.                 </prop>
  5732.                 <prop oor:name="AsianTypography" oor:type="xs:boolean">
  5733.  
  5734.                     <info>
  5735.  
  5736.                         <desc>Specifies, whether Asian typography options like compression and forbidden characters are available (true) or not (false).</desc>
  5737.                     </info>
  5738.                     <value>false</value>
  5739.                 </prop>
  5740.                 <prop oor:name="JapaneseFind" oor:type="xs:boolean">
  5741.  
  5742.                     <info>
  5743.  
  5744.                         <desc>Specifies, whether Japanese find options are selectable for search and replace (true) or not (false).</desc>
  5745.                     </info>
  5746.                     <value>false</value>
  5747.                 </prop>
  5748.                 <prop oor:name="Ruby" oor:type="xs:boolean">
  5749.  
  5750.                     <info>
  5751.  
  5752.                         <desc>Specifies whether Rubys are available (true) or not (false).</desc>
  5753.                     </info>
  5754.                     <value>false</value>
  5755.                 </prop>
  5756.                 <prop oor:name="ChangeCaseMap" oor:type="xs:boolean">
  5757.  
  5758.                     <info>
  5759.  
  5760.                         <desc>Specifies whether case mapping to half and full width, hiragana and katagana are available (true) or not (false).</desc>
  5761.                     </info>
  5762.                     <value>false</value>
  5763.                 </prop>
  5764.                 <prop oor:name="DoubleLines" oor:type="xs:boolean">
  5765.  
  5766.                     <info>
  5767.  
  5768.                         <desc>Specifies whether writing in double lines is available (true) or not (false).</desc>
  5769.                     </info>
  5770.                     <value>false</value>
  5771.                 </prop>
  5772.                 <prop oor:name="EmphasisMarks" oor:type="xs:boolean">
  5773.  
  5774.                     <info>
  5775.  
  5776.                         <desc>Specifies whether emphasis marks are available (true) or not (false).</desc>
  5777.                     </info>
  5778.                     <value>false</value>
  5779.                 </prop>
  5780.                 <prop oor:name="VerticalCallOut" oor:type="xs:boolean">
  5781.  
  5782.                     <info>
  5783.  
  5784.                         <desc>Specifies whether vertical call out objects are available (true) or not (false).</desc>
  5785.                     </info>
  5786.                     <value>false</value>
  5787.                 </prop>
  5788.             </group>
  5789.             <group oor:name="CTL">
  5790.  
  5791.                 <info>
  5792.  
  5793.                     <desc>Contains settings for the languages with complex text layout (Hebrew, Arabic, Thai,...).</desc>
  5794.                 </info>
  5795.                 <prop oor:name="CTLFont" oor:type="xs:boolean">
  5796.  
  5797.                     <info>
  5798.  
  5799.                         <desc>Specifies whether CTL font settings are available (true) or not (false).</desc>
  5800.                     </info>
  5801.                     <value>false</value>
  5802.                 </prop>
  5803.                 <prop oor:name="CTLSequenceChecking" oor:type="xs:boolean">
  5804.  
  5805.                     <info>
  5806.  
  5807.                         <desc>Specifies whether CTL strings are checked for the correct input sequence(true) or not (false).</desc>
  5808.                     </info>
  5809.                     <value>false</value>
  5810.                 </prop>
  5811.                 <prop oor:name="CTLSequenceCheckingRestricted" oor:type="xs:boolean">
  5812.  
  5813.                     <info>
  5814.  
  5815.                         <desc>Specifies whether CTL strings are checked restricted for the correct input sequence(true) or not (false). Is only effective when CTLSequenceChecking is true.</desc>
  5816.                     </info>
  5817.                     <value>false</value>
  5818.                 </prop>
  5819.                 <prop oor:name="CTLSequenceCheckingTypeAndReplace" oor:type="xs:boolean">
  5820.  
  5821.                     <info>
  5822.  
  5823.                         <desc>Specifies whether CTL input sequences are corrected while typing. Is only effective when CTLSequenceChecking is true.</desc>
  5824.                     </info>
  5825.                     <value>false</value>
  5826.                 </prop>
  5827.                 <prop oor:name="CTLCursorMovement" oor:type="xs:int">
  5828.  
  5829.                     <info>
  5830.  
  5831.                         <desc>Specifies the type of text cursor movement (logical (0) or visual (1)) within mixed text (RTL and LTR).</desc>
  5832.                     </info>
  5833.                     <value>0</value>
  5834.                 </prop>
  5835.                 <prop oor:name="CTLTextNumerals" oor:type="xs:int">
  5836.  
  5837.                     <info>
  5838.  
  5839.                         <desc>Specifies the type of numerals (Arabic (0), Hindi (1) or system settings (2)) is used per default in all applications.</desc>
  5840.                     </info>
  5841.                     <value>0</value>
  5842.                 </prop>
  5843.                 <prop oor:name="UIMirroring" oor:type="xs:boolean">
  5844.  
  5845.                     <info>
  5846.  
  5847.                         <desc> Specifies whether the whole user interface (UI) will be mirrored. If true, the UI will be right-to-left. If false, the UI will be left-to-right. If nil (the default), the UI will be mirrored depending on the office locale. </desc>
  5848.                     </info>
  5849.                 </prop>
  5850.             </group>
  5851.         </group>
  5852.         <group oor:name="Startup">
  5853.  
  5854.             <info>
  5855.  
  5856.                 <deprecated/>
  5857.             </info>
  5858.             <set oor:name="Run" oor:node-type="JobDescription">
  5859.  
  5860.                 <info>
  5861.  
  5862.                     <deprecated/>
  5863.                 </info>
  5864.             </set>
  5865.             <set oor:name="RunOnce" oor:node-type="JobDescription">
  5866.  
  5867.                 <info>
  5868.  
  5869.                     <deprecated/>
  5870.                 </info>
  5871.             </set>
  5872.         </group>
  5873.     </component>
  5874. </oor:component-schema>
  5875.  
  5876.